-
Notifications
You must be signed in to change notification settings - Fork 5
/
GitVersion.yml
49 lines (49 loc) · 1.29 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
next-version: 1.0.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatchTag
assembly-informational-format: '{InformationalVersion}'
mode: ContinuousDelivery
increment: Inherit
continuous-delivery-fallback-tag: ci
tag-prefix: ''
major-version-bump-message: '\+semver:\s?(breaking|major)'
minor-version-bump-message: '\+semver:\s?(feature|minor)'
patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'
legacy-semver-padding: 4
build-metadata-padding: 4
commits-since-version-source-padding: 4
commit-message-incrementing: Enabled
commit-date-format: 'yyyy-MM-dd'
ignore:
sha: []
# commits-before: yyyy-MM-ddTHH:mm:ss
merge-message-formats: {}
branches:
main:
regex: ^master$|^main$
mode: ContinuousDelivery
tag:
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
release:
regex: ^release(s)?[/-]
mode: ContinuousDelivery
tag: rc
feature:
regex: ^feature(s)?[/-]
mode: ContinuousDelivery
hotfix:
regex: ^hotfix(es)?[/-]
mode: ContinuousDelivery
tag: beta
support:
regex: ^support[/-]
mode: ContinuousDelivery
tag:
increment: Patch
develop:
regex: ^dev(elop)?(ment)?$
mode: ContinuousDeployment
tag: alpha