-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitVersion.yml
More file actions
37 lines (37 loc) · 854 Bytes
/
Copy pathGitVersion.yml
File metadata and controls
37 lines (37 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
31
32
33
34
35
36
37
mode: ContinuousDelivery
branches:
main:
increment: Patch
regex: ^master$|^main$
tag: ''
track-merge-target: false
source-branches: ['develop', 'release']
is-release-branch: true
develop:
increment: Minor
regex: ^dev(elop)?(ment)?$
tag: alpha
feature:
increment: Minor
regex: ^features?[/-]
tag: alpha
release:
increment: Patch
regex: ^releases?[/-]
tag: beta
hotfix:
increment: Patch
regex: ^hotfix(es)?[/-]
tag: ''
pull-request:
increment: Inherit
regex: ^(pull|pull\-requests|pr)[/-]
tag: pr
commit-message-incrementing: Enabled
major-version-bump-message: '^(major|breaking):'
minor-version-bump-message: '^(feat|feature|minor):'
patch-version-bump-message: '^(fix|patch):'
no-bump-message: '\+semver:\s?(none|skip)'
tag-prefix: '[vV]'
ignore:
sha: []