From: Jérôme Benoit Date: Sun, 30 May 2021 18:26:56 +0000 (+0200) Subject: Fix CHANGELOG.md commit link generation X-Git-Tag: v1.0.5~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8e6d4b0936a465599c971af37ca900372fdbac9c;hp=2147cf30a62613b372eefe7e3eb97d432fe31bc0;p=e-mobility-charging-stations-simulator.git Fix CHANGELOG.md commit link generation Signed-off-by: Jérôme Benoit --- diff --git a/.release-it.json b/.release-it.json index e4cd6e8b..1e7e3a50 100644 --- a/.release-it.json +++ b/.release-it.json @@ -10,6 +10,6 @@ "release": true }, "hooks": { - "after:bump": "npx auto-changelog -p" + "after:bump": "npx auto-changelog -p --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}" } }