From d2b9eb67601279d9b060ff59c96c2a44fb5b6d5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 May 2021 20:33:05 +0200 Subject: [PATCH] Fix CHANGELOG.md compare link generation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .release-it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-it.json b/.release-it.json index 1e7e3a50..4b3575ef 100644 --- a/.release-it.json +++ b/.release-it.json @@ -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 --compare-url https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to} --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}" } } -- 2.34.1