X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=e56b7bb6a843fc42fd4a7586c38cc2b21db8c35c;hb=56e2e1ab1829773ae32048930fbf6c4c98333891;hp=e4cd6e8bf80993e3ac2028d4f8d7f19237bf26f0;hpb=bf45eb680705907ff1cbb22a7ab94f39dd000213;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index e4cd6e8b..e56b7bb6 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,15 +1,24 @@ { "git": { - "changelog": "npx auto-changelog --stdout --commit-limit false --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id} --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", - "pushRepo": "upstream" + "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", + "commitMessage": "chore: version ${version}", + "tagAnnotation": "Version ${version}", + "tagExclude": "*[-]*", + "pushRepo": "origin" }, "npm": { "publish": false }, "github": { - "release": true + "release": true, + "releaseName": "Version ${version}" + }, + "plugins": { + "@release-it/bumper": { + "out": ["sonar-project.properties"] + } }, "hooks": { - "after:bump": "npx auto-changelog -p" + "after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs" } }