File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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,13 +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'
29
+ - ' bug'
30
+ - ' chore'
31
+ - ' dependencies'
32
+ - ' documentation'
31
33
default : patch
32
34
exclude-labels :
33
35
- ' skip-changelog'
@@ -45,14 +47,12 @@ autolabeler:
45
47
- ' /fix\/.+/'
46
48
title :
47
49
- ' /fix/i'
48
- - label : ' feature'
49
- branch :
50
- - ' /feat\/.+/'
51
- - ' /feature\/.+/'
52
50
- label : ' enhancement'
53
51
branch :
54
52
- ' /enh\/.+/'
55
53
- ' /enhancement\/.+/'
54
+ - ' /feat\/.+/'
55
+ - ' /feature\/.+/'
56
56
- label : ' dependencies'
57
57
files :
58
58
- ' go.mod'
You can’t perform that action at this time.
0 commit comments