-
-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathGitVersion.yml
More file actions
27 lines (27 loc) · 643 Bytes
/
GitVersion.yml
File metadata and controls
27 lines (27 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDelivery
continuous-delivery-fallback-tag: 'Canary'
next-version: 16.0.0
branches:
main:
mode: ContinuousDelivery
tag: 'Preview'
increment: Patch
is-mainline: true
prevent-increment-of-merged-branch-version: false
tracks-release-branches: true
regex: ^master$|^main$
release:
mode: ContinuousDelivery
tag: ""
increment: Patch
track-merge-target: false
regex: ^release(s)?[\/-]
source-branches:
- master
- main
is-release-branch: true
is-mainline: false
ignore:
sha: []
merge-message-formats: {}