From: Jérôme Benoit Date: Sat, 23 Sep 2023 13:11:13 +0000 (+0200) Subject: build: refine release-it configuration X-Git-Tag: v1.2.23~30 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4e616a77b95e575def955e1998386d51402adadf;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 e56b7bb6..568ac915 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,5 +1,6 @@ { "git": { + "requireBranch": "main", "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}",