Skip to content

Commit 2e5186b

Browse files
committed
Eraring all contents from GitVersion.yml and referencing the GitHubFlow directly
1 parent 4905ae4 commit 2e5186b

File tree

1 file changed

+1
-60
lines changed

1 file changed

+1
-60
lines changed

GitVersion.yml

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1 @@
1-
mode: ContinuousDeployment
2-
branches:
3-
main:
4-
regex: ^main$
5-
mode: ContinuousDeployment
6-
label: ''
7-
increment: Patch
8-
source-branches: ['develop', 'release']
9-
develop:
10-
regex: ^dev(elop)?(ment)?$
11-
mode: ContinuousDeployment
12-
label: 'alpha'
13-
increment: Minor
14-
source-branches: []
15-
pull-request:
16-
regex: ^(pull|pull\-requests|pr)[/-]
17-
mode: ContinuousDeployment
18-
label: 'pr'
19-
increment: Inherit
20-
label-number-pattern: '[/-](?<number>\d+)[-/]'
21-
feature:
22-
regex: ^(feature|feat|enhancement|add|new)[/-].*$
23-
mode: ContinuousDeployment
24-
label: '{BranchName}'
25-
increment: Inherit
26-
source-branches: ['develop', 'main']
27-
bugfix:
28-
regex: ^(bugfix|fix|bug|hotfix|patch)[/-].*$
29-
mode: ContinuousDeployment
30-
label: '{BranchName}'
31-
increment: Inherit
32-
source-branches: ['develop', 'main', 'release']
33-
improvement:
34-
regex: ^(improve|improvement|refactor|refactoring|optimize|optimization|perf|performance)[/-].*$
35-
mode: ContinuousDeployment
36-
label: '{BranchName}'
37-
increment: Inherit
38-
source-branches: ['develop', 'main']
39-
maintenance:
40-
regex: ^(chore|maint|maintenance|cleanup|update|upgrade|deps|dependencies|ci|build|test|tests|doc|docs)[/-].*$
41-
mode: ContinuousDeployment
42-
label: '{BranchName}'
43-
increment: Inherit
44-
source-branches: ['develop', 'main']
45-
experimental:
46-
regex: ^(experiment|experimental|spike|prototype|poc|proof-of-concept)[/-].*$
47-
mode: ContinuousDeployment
48-
label: '{BranchName}'
49-
increment: Inherit
50-
source-branches: ['develop']
51-
release:
52-
regex: ^releases?[/-].*$
53-
mode: ContinuousDeployment
54-
label: 'beta'
55-
increment: None
56-
source-branches: ['develop']
57-
is-release-branch: true
58-
ignore:
59-
sha: []
60-
merge-message-formats: {}
1+
workflow: GitHubFlow/v1

0 commit comments

Comments
 (0)