Put auto-changelog configuration in package.json
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 88ba2f615b2f1389f9eed2fe1c112881507c9591..f3daa45c513b495614059063d332e56ff2bae6f2 100644 (file)
@@ -1,5 +1,6 @@
 {
   "git": {
+    "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": {
@@ -7,5 +8,8 @@
   },
   "github": {
     "release": true
+  },
+  "hooks": {
+    "after:bump": "npx auto-changelog -p -u"
   }
 }