Release 1.0.5
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 88ba2f615b2f1389f9eed2fe1c112881507c9591..1e7e3a5030655e7a612c630e70a20ab71e904d2a 100644 (file)
@@ -1,5 +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",
     "pushRepo": "upstream"
   },
   "npm": {
@@ -7,5 +8,8 @@
   },
   "github": {
     "release": true
+  },
+  "hooks": {
+    "after:bump": "npx auto-changelog -p --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
   }
 }