X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=05c400808ad6ce795ab2ad275ef7b3212ead792f;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=1e7e3a5030655e7a612c630e70a20ab71e904d2a;hpb=8e6d4b0936a465599c971af37ca900372fdbac9c;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 1e7e3a50..05c40080 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 --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}" + "after:bump": "npx auto-changelog -p -u" } }