Skip to content

Commit 9a892fe

Browse files
author
Petr Sramek
committed
xzvsd
1 parent c0a49f5 commit 9a892fe

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

.gitversion/version.yml

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ strategies:
1919
- TaggedCommit
2020
- TrackReleaseBranches
2121
- VersionInBranchName
22+
ignore:
23+
sha: []
24+
mode: ContinuousDelivery
25+
label: '{BranchName}'
26+
increment: Inherit
27+
prevent-increment:
28+
of-merged-branch: true
29+
when-branch-merged: true
30+
when-current-commit-tagged: true
31+
track-merge-target: false
32+
track-merge-message: false
33+
commit-message-incrementing: Disabled
34+
regex: ''
35+
source-branches: []
36+
is-source-branch-for: []
37+
tracks-release-branches: false
38+
is-release-branch: false
39+
is-main-branch: false
2240
branches:
2341
develop:
2442
mode: ContinuousDelivery
@@ -92,7 +110,7 @@ branches:
92110
of-merged-branch: true
93111
when-current-commit-tagged: false
94112
label-number-pattern: '[/-](?<number>\d+)'
95-
track-merge-message: true
113+
track-merge-message: false
96114
track-merge-target: true
97115
regex: ^(pull|pull\-requests|pr)[/-]
98116
source-branches:
@@ -102,8 +120,6 @@ branches:
102120
- feature
103121
- support
104122
- hotfix
105-
is-source-branch-for: []
106-
pre-release-weight: 30000
107123
hotfix:
108124
mode: ManualDeployment
109125
label: beta
@@ -148,22 +164,4 @@ branches:
148164
- hotfix
149165
- support
150166
is-source-branch-for: []
151-
is-main-branch: false
152-
ignore:
153-
sha: []
154-
mode: ContinuousDelivery
155-
label: '{BranchName}'
156-
increment: Inherit
157-
prevent-increment:
158-
of-merged-branch: false
159-
when-branch-merged: false
160-
when-current-commit-tagged: true
161-
track-merge-target: false
162-
track-merge-message: true
163-
commit-message-incrementing: Enabled
164-
regex: ''
165-
source-branches: []
166-
is-source-branch-for: []
167-
tracks-release-branches: false
168-
is-release-branch: false
169-
is-main-branch: false
167+
is-main-branch: false

0 commit comments

Comments
 (0)