fix: reset 'Reserved' connector status if transaction is rejected
[e-mobility-charging-stations-simulator.git] / .release-it.json
index adeb6f207b20f216704b94b183605fe6e7ca3c06..568ac915ab46d56b8269342ebb920bb00167d3a6 100644 (file)
@@ -1,8 +1,10 @@
 {
   "git": {
+    "requireBranch": "main",
     "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
     "commitMessage": "chore: version ${version}",
     "tagAnnotation": "Version ${version}",
+    "tagExclude": "*[-]*",
     "pushRepo": "origin"
   },
   "npm": {