Fix CHANGELOG.md generation
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 43f5480844d77bb035e4c3bfe7220abc21d02856..c6dd7dd3d1d140a7007ebfb4df24099c740b10b2 100644 (file)
@@ -13,6 +13,6 @@
     "releaseName": "Version ${version}"
   },
   "hooks": {
-    "after:bump": "npx auto-changelog --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs && npm run sonar:properties"
+    "after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs && npm run sonar:properties"
   }
 }