Put auto-changelog configuration in package.json
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 4b3575ef6b43ef2810872980b029c731c3fd36c8..f3daa45c513b495614059063d332e56ff2bae6f2 100644 (file)
@@ -1,6 +1,6 @@
 {
   "git": {
-    "changelog": "npx auto-changelog --stdout --commit-limit false --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id} --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
+    "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
     "pushRepo": "upstream"
   },
   "npm": {
@@ -10,6 +10,6 @@
     "release": true
   },
   "hooks": {
-    "after:bump": "npx auto-changelog -p --compare-url https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to} --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
+    "after:bump": "npx auto-changelog -p -u"
   }
 }