Gitversion config fix

This commit is contained in:
Marco 2025-08-14 11:50:36 +02:00
commit 9623d57a71

View file

@ -1,6 +1,34 @@
mode: ContinuousDeployment
increment: Minor
branches: {}
#label: "{BranchName}"
branches:
main:
regex: ^master$|^main$
increment: Minor
# prevent-increment:
# of-merged-branch-version: true
# track-merge-target: false
is-release-branch: true
#label: ""
tag: ""
develop:
regex: ^dev(elop)?(ment)?$
increment: None
# prevent-increment:
# of-merged-branch-version: true
#label: alpha
tag: alpha
pre-release-weight: 0
source-branches:
- main
feature:
regex: ^features?[\/-](?<BranchName>.+)
increment: Inherit
# prevent-increment:
# of-merged-branch-version: true
#label: "{BranchName}"
tag: alpha
source-branches: ["develop", "main"]
tracks-release-branches: true
ignore:
sha: []
merge-message-formats: {}
commit-message-incrementing: Enabled