mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +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
|
mode: ContinuousDeployment
|
||||||
increment: Minor
|
#label: "{BranchName}"
|
||||||
branches: {}
|
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:
|
ignore:
|
||||||
sha: []
|
sha: []
|
||||||
merge-message-formats: {}
|
commit-message-incrementing: Enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue