Skip to content

Commit 1c6d4df

Browse files
committed
Update GitVersion and bump version to push release
1 parent e1d280e commit 1c6d4df

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

GitVersion.yml

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
mode: ContinuousDeployment
33
continuous-delivery-fallback-tag: ''
4-
next-version: 4.11.0 # Must increase Minor when increasing major (only minor and patch are used in task.json and major is hard coded. Blame Chris Paterson (smile)
4+
next-version: 4.11.0
55
branches:
6-
master:
6+
main:
77
mode: ContinuousDeployment
88
tag: ''
9+
regex: ^master$|^main$
10+
is-release-branch: true
11+
is-mainline: true
12+
preview:
13+
tag: Preview
14+
regex: ^((?!(master)|(feature)|(pull)).)
15+
is-release-branch: false
16+
is-mainline: false
17+
source-branches: [ 'main', 'master' ]
918
ignore:
10-
sha: []
19+
sha: []
20+
merge-message-formats: {}

0 commit comments

Comments
 (0)