X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=fdd0d74ed9c1f3a6f02efa2de095edcb5e604c60;hb=4fa475b9d24b8cf804cd937f30ede85533322d5d;hp=1e7e3a5030655e7a612c630e70a20ab71e904d2a;hpb=8e6d4b0936a465599c971af37ca900372fdbac9c;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index 1e7e3a50..fdd0d74e 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,7 +1,7 @@ { "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", + "pushRepo": "origin" }, "npm": { "publish": false @@ -10,6 +10,6 @@ "release": true }, "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" } }