forked from Wintermute0110/plugin.program.AEL.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitVersion.yml
More file actions
27 lines (27 loc) · 750 Bytes
/
GitVersion.yml
File metadata and controls
27 lines (27 loc) · 750 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
branches: {}
continuous-delivery-fallback-tag: unstable
commit-message-incrementing: Enabled
branches:
dev(elop)?(ment)?$:
mode: ContinuousDeployment
tag: unstable
increment: Minor
prevent-increment-of-merged-branch-version: false
track-merge-target: true
master:
mode: ContinuousDeployment
tag: "stable"
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
hotfix(es)?[/-]:
tag: useBranchName
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: true
releases?[/-]:
mode: ContinuousDeployment
tag: rc
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false