-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathGitVersion.yml
More file actions
30 lines (30 loc) · 854 Bytes
/
GitVersion.yml
File metadata and controls
30 lines (30 loc) · 854 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
29
30
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
is-source-branch-for: [ 'hotfix', 'pull-request' ]
xliff:
tag: beta
regex: (origin/)?xliff
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: true
is-source-branch-for: [ 'hotfix', 'pull-request' ]
source-branches: []
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
ignore:
sha: []