build: refine release-it configuration
[e-mobility-charging-stations-simulator.git] / .release-it.json
index adeb6f207b20f216704b94b183605fe6e7ca3c06..e56b7bb6a843fc42fd4a7586c38cc2b21db8c35c 100644 (file)
@@ -3,6 +3,7 @@
     "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": {