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