File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ tag-template: 'v$RESOLVED_VERSION'
3
3
categories :
4
4
- title : ' 🚀 Features'
5
5
labels :
6
- - " feature"
7
6
- " enhancement"
8
7
- title : ' 💣 Breaking Change'
9
8
labels :
@@ -21,14 +20,16 @@ categories:
21
20
version-resolver :
22
21
major :
23
22
labels :
24
- - ' major '
23
+ - ' change '
25
24
minor :
26
25
labels :
27
- - ' minor '
26
+ - ' enhancement '
28
27
patch :
29
28
labels :
30
- - ' patch'
31
- default : patch
29
+ - ' bug'
30
+ - ' chore'
31
+ - ' dependencies'
32
+ - ' documentation'
32
33
exclude-labels :
33
34
- ' skip-changelog'
34
35
autolabeler :
@@ -45,14 +46,12 @@ autolabeler:
45
46
- ' /fix\/.+/'
46
47
title :
47
48
- ' /fix/i'
48
- - label : ' feature'
49
- branch :
50
- - ' /feat\/.+/'
51
- - ' /feature\/.+/'
52
49
- label : ' enhancement'
53
50
branch :
54
51
- ' /enh\/.+/'
55
52
- ' /enhancement\/.+/'
53
+ - ' /feat\/.+/'
54
+ - ' /feature\/.+/'
56
55
- label : ' dependencies'
57
56
files :
58
57
- ' go.mod'
You can’t perform that action at this time.
0 commit comments