From: Jérôme Benoit Date: Sat, 23 Sep 2023 12:27:03 +0000 (+0200) Subject: build: refine release-it configuration X-Git-Tag: v2.7.3~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3580b46e18e58953ea02651ec5eff34a769826cb;p=poolifier.git build: refine release-it configuration Signed-off-by: Jérôme Benoit --- diff --git a/.release-it.json b/.release-it.json index 8e229285..771b2ced 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,5 +1,6 @@ { "git": { + "requireBranch": "master", "commitMessage": "chore: v${version}", "tagAnnotation": "v${version}", "pushRepo": "upstream"