-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGitVersion.yml
More file actions
24 lines (24 loc) · 664 Bytes
/
GitVersion.yml
File metadata and controls
24 lines (24 loc) · 664 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
assembly-versioning-scheme: MajorMinor
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:GITVERSION_BUILD_NUMBER ?? 0}'
mode: ContinuousDeployment
branches:
master:
tag: beta
regex: (origin/)?master
hotfix:
tag: beta
regex: (origin/)?hotfix[/-]
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
pull-request:
mode: ContinuousDeployment
tag: PR
feature:
regex: feature[/-]
mode: ContinuousDeployment
tag: alpha
# Tell gitversion to use a version number >= next-version
next-version: 2.0.0