X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=3ffb0521e214de126ab9bbadc6083243658ccd31;hb=ec7f4dcea28197007a32308483e8e8f4750fae5e;hp=e4cd6e8bf80993e3ac2028d4f8d7f19237bf26f0;hpb=bf45eb680705907ff1cbb22a7ab94f39dd000213;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index e4cd6e8b..3ffb0521 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,15 +1,18 @@ { "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": "Version ${version}", + "tagAnnotation": "Version ${version}", + "pushRepo": "origin" }, "npm": { "publish": false }, "github": { - "release": true + "release": true, + "releaseName": "Version ${version}" }, "hooks": { - "after:bump": "npx auto-changelog -p" + "after:bump": "npx auto-changelog -p -u && npm run sonar:properties" } }