mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:55:34 +00:00
Gitversion config fix
This commit is contained in:
parent
61e4805f90
commit
9623d57a71
1 changed files with 31 additions and 3 deletions
|
|
@ -1,6 +1,34 @@
|
|||
mode: ContinuousDeployment
|
||||
#label: "{BranchName}"
|
||||
branches:
|
||||
main:
|
||||
regex: ^master$|^main$
|
||||
increment: Minor
|
||||
branches: {}
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue