X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=.release-it.json;h=c6dd7dd3d1d140a7007ebfb4df24099c740b10b2;hb=293c552db1b65507cd2b96e0b7ae41fa59f8fc1e;hp=4ff194d4504282f7bd515411fb878da57cfc0510;hpb=0afd8fd8e18ae36bf5c890924cc3341e7ceb6ae0;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 4ff194d4..c6dd7dd3 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,11 +1,18 @@ { "git": { - "requireCleanWorkingDir": false + "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" }, "npm": { "publish": false }, "github": { - "release": true + "release": true, + "releaseName": "Version ${version}" + }, + "hooks": { + "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" } }