Skip to content

Commit 034745d

Browse files
Updated gitversion
1 parent a01a84a commit 034745d

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

GitVersion.yml

+5-24
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
1-
mode: ContinuousDelivery
1+
workflow: GitHubFlow/v1
2+
semantic-version-format: Loose
3+
24
branches:
35
main:
46
label: beta
5-
increment: Inherit
6-
track-merge-target: false
7-
regex: ^master$|^main$
87
source-branches:
9-
- release
10-
is-source-branch-for: []
11-
tracks-release-branches: false
12-
is-release-branch: false
13-
pre-release-weight: 55000
8+
- next
149
pull-request:
1510
mode: ContinuousDelivery
1611
label: pr
17-
increment: Inherit
18-
label-number-pattern: '[/-](?<number>\d+)'
19-
regex: ^(pull|pull\-requests|pr)[/-]
2012
source-branches:
2113
- main
22-
- release
2314
- feature
24-
is-source-branch-for: []
25-
pre-release-weight: 30000
2615
next:
16+
mode: ContinuousDelivery
2717
regex: ^next$
2818
increment: Major
2919
label: next
30-
track-merge-target: false
31-
tracks-release-branches: false
32-
is-release-branch: false
33-
source-branches: ['main']
34-
increment: Patch
35-
source-branches: []
36-
is-source-branch-for: []
37-
ignore:
38-
sha: []

0 commit comments

Comments
 (0)