From: Jérôme Benoit Date: Tue, 4 Apr 2023 20:43:03 +0000 (+0200) Subject: build: refine release-it configuration X-Git-Tag: v1.2.0~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f268f496c31ac32077021c98a2a22232f8d77b29;p=e-mobility-charging-stations-simulator.git build: refine release-it configuration Signed-off-by: Jérôme Benoit --- diff --git a/.release-it.json b/.release-it.json index adeb6f20..e56b7bb6 100644 --- a/.release-it.json +++ b/.release-it.json @@ -3,6 +3,7 @@ "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", "commitMessage": "chore: version ${version}", "tagAnnotation": "Version ${version}", + "tagExclude": "*[-]*", "pushRepo": "origin" }, "npm": {