X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=e56b7bb6a843fc42fd4a7586c38cc2b21db8c35c;hb=c9101d5d7c5fcb3cbadee55596cc38975e4929b7;hp=43f5480844d77bb035e4c3bfe7220abc21d02856;hpb=84b3e836bc26fa8b30a23ac81cc5839398cb92c5;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 43f54808..e56b7bb6 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,8 +1,9 @@ { "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}", + "commitMessage": "chore: version ${version}", "tagAnnotation": "Version ${version}", + "tagExclude": "*[-]*", "pushRepo": "origin" }, "npm": { @@ -12,7 +13,12 @@ "release": true, "releaseName": "Version ${version}" }, + "plugins": { + "@release-it/bumper": { + "out": ["sonar-project.properties"] + } + }, "hooks": { - "after:bump": "npx auto-changelog --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs && 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" } }