X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.release-it.json;h=4b3575ef6b43ef2810872980b029c731c3fd36c8;hb=refs%2Ftags%2Fv1.0.8;hp=4ff194d4504282f7bd515411fb878da57cfc0510;hpb=0afd8fd8e18ae36bf5c890924cc3341e7ceb6ae0;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 4ff194d4..4b3575ef 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,11 +1,15 @@ { "git": { - "requireCleanWorkingDir": false + "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": { "publish": false }, "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}" } }