fix: ensure id tags cache is properly cleaned
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 7151d7731e9934d3e4df570d59360b3bdbf552f4..e56b7bb6a843fc42fd4a7586c38cc2b21db8c35c 100644 (file)
@@ -1,8 +1,9 @@
 {
   "git": {
     "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
-    "commitMessage": "Version ${version}",
+    "commitMessage": "chore: version ${version}",
     "tagAnnotation": "Version ${version}",
+    "tagExclude": "*[-]*",
     "pushRepo": "origin"
   },
   "npm": {