-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathGitVersion.yml
More file actions
38 lines (33 loc) · 984 Bytes
/
Copy pathGitVersion.yml
File metadata and controls
38 lines (33 loc) · 984 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
38
mode: ContinuousDelivery
tag-prefix: '[vV]'
semantic-version-format: Loose
branches:
main:
regex: ^main$
label: ''
increment: Patch
source-branches: ['develop']
develop:
regex: ^develop$
label: develop
increment: Patch
source-branches: []
tracks-release-branches: true
pull-request:
regex: "^(pull|pull\\-requests|pr)[\\/-](?<Number>\\d+)"
label: "PullRequest{Number}"
increment: Inherit
source-branches: [develop, main, feature]
pre-release-weight: 30000
feature:
regex: "^(feature|fix|issue|dependabot|copilot|claude|tig)[\\/-](?<BranchName>.+)"
label: "{BranchName}"
increment: Inherit
source-branches: [develop, main]
ignore:
# Bogus historical tags that outrank the real 2.x line and poison version calculation:
# v9.1.2.3 ("Fake Release for Testing Update Mechanism")
# v2.5.4.500
sha:
- 209fc02e382b0c3f6572fbf315ffd7401af10f03
- 2884324e181acfab3a96f12756765f62d31cb117