X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=c6dd7dd3d1d140a7007ebfb4df24099c740b10b2;hb=a1deee04b887e89dcb63f2811f80c42bfff0d8cd;hp=3ffb0521e214de126ab9bbadc6083243658ccd31;hpb=584bec1694824abb05dc4803cd9a5cf7780fe876;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 3ffb0521..c6dd7dd3 100644 --- a/.release-it.json +++ b/.release-it.json @@ -13,6 +13,6 @@ "releaseName": "Version ${version}" }, "hooks": { - "after:bump": "npx auto-changelog -p -u && npm run sonar:properties" + "after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs && npm run sonar:properties" } }