forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitversion.yml
36 lines (36 loc) · 991 Bytes
/
gitversion.yml
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
31
32
33
34
35
36
next-version: 10.0.0
commit-date-format: 'yyyyMMdd'
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource}'
mode: ContinuousDeployment
branches:
development:
regex: development
tag: 'alpha'
increment: Patch
is-mainline: true
source-branches: []
release:
regex: release?[/-]
mode: ContinuousDelivery
tag: 'rc'
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
tracks-release-branches: false
is-release-branch: true
source-branches: []
pull-request:
regex: (pull|pull\-requests|pr)[/-]
tag: 'pr'
tag-number-pattern: '[/-](?<number>\d+)[-/]'
increment: Patch
prevent-increment-of-merged-branch-version: false
is-release-branch: false
source-branches: []
catch-all:
regex: (.*?)
tag: 'unstable'
increment: Patch
prevent-increment-of-merged-branch-version: false
is-release-branch: false
source-branches: []