forked from infiniteproject/icecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitVersion.yml
34 lines (34 loc) · 841 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
mode: Mainline
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
major-version-bump-message: '\+semver:\s?(major)'
minor-version-bump-message: '\+semver:\s?(minor)'
patch-version-bump-message: '\+semver:\s?(patch)'
branches:
main:
regex: ^main$
increment: Patch
mode: ContinuousDelivery
source-branches: ['main']
stable:
regex: ^stable$
increment: Patch
mode: ContinuousDelivery
source-branches: ['main']
feature:
regex: ^feature\/\S+$
increment: Minor
mode: ContinuousDelivery
source-branches: ['main']
bug:
regex: ^bug\/\S+$
increment: Patch
mode: ContinuousDelivery
source-branches: ['main']
other:
regex: ^other\/\S+$
increment: Patch
mode: ContinuousDelivery
source-branches: ['main']
ignore:
sha: []