X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=1e7e3a5030655e7a612c630e70a20ab71e904d2a;hb=e7958d495f884d707639bd3ef662f2b8f9cbd32b;hp=88ba2f615b2f1389f9eed2fe1c112881507c9591;hpb=4e92c9db08a7722a8fadf8803ca3d73af0a8250a;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 88ba2f61..1e7e3a50 100644 --- a/.release-it.json +++ b/.release-it.json @@ -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}" } }