X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=568ac915ab46d56b8269342ebb920bb00167d3a6;hb=6e177b76d80dc30e471ec9f3500560285c48fc0f;hp=e56b7bb6a843fc42fd4a7586c38cc2b21db8c35c;hpb=f268f496c31ac32077021c98a2a22232f8d77b29;p=e-mobility-charging-stations-simulator.git 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}",