X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=c6dd7dd3d1d140a7007ebfb4df24099c740b10b2;hb=521c07fc0b510269917608fdb1d943d1866c81f2;hp=b3fb8496814d75dcf448243fa46c62b1f817d4dd;hpb=17df85576c546687e02af99ad0b8577f1e42acfc;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index b3fb8496..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,11 +13,6 @@ "releaseName": "Version ${version}" }, "hooks": { - "after:bump": "npm run sonar:properties" - }, - "plugins": { - "@release-it/keep-a-changelog": { - "filename": "CHANGELOG.md" - } + "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" } }