-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathGitVersion.yml
More file actions
28 lines (28 loc) · 695 Bytes
/
GitVersion.yml
File metadata and controls
28 lines (28 loc) · 695 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
28
mode: ContinuousDeployment
increment: Patch
assembly-versioning-scheme: MajorMinor
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber}'
branches:
master:
tag: beta
regex: (origin/)?(master)
is-mainline: true
develop:
tag: beta
regex: (origin/)?develop
is-mainline: true
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