X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=c6dd7dd3d1d140a7007ebfb4df24099c740b10b2;hb=4bfd22def612cf8ad6e4a31c5d5df3ffcca45e70;hp=87608d5e2cc279f22fcdc32ab3d1cefb7884d3c9;hpb=4b5c569f87d43cfc96a60db6fc32665b080c84b6;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 87608d5e..c6dd7dd3 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,5 +1,6 @@ { "git": { + "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", "commitMessage": "Version ${version}", "tagAnnotation": "Version ${version}", "pushRepo": "origin" @@ -12,13 +13,6 @@ "releaseName": "Version ${version}" }, "hooks": { - "after:bump": "npm run sonar:properties" - }, - "plugins": { - "@release-it/keep-a-changelog": { - "filename": "CHANGELOG.md", - "head": "main", - "addVersionUrl": true - } + "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" } }