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'
33categories :
44 - title : ' 🚀 Features'
55 labels :
6- - " feature"
76 - " enhancement"
87 - title : ' 💣 Breaking Change'
98 labels :
@@ -21,13 +20,16 @@ categories:
2120version-resolver :
2221 major :
2322 labels :
24- - ' major '
23+ - ' change '
2524 minor :
2625 labels :
27- - ' minor '
26+ - ' enhancement '
2827 patch :
2928 labels :
30- - ' patch'
29+ - ' bug'
30+ - ' chore'
31+ - ' dependencies'
32+ - ' documentation'
3133 default : patch
3234exclude-labels :
3335 - ' skip-changelog'
@@ -45,14 +47,12 @@ autolabeler:
4547 - ' /fix\/.+/'
4648 title :
4749 - ' /fix/i'
48- - label : ' feature'
49- branch :
50- - ' /feat\/.+/'
51- - ' /feature\/.+/'
5250 - label : ' enhancement'
5351 branch :
5452 - ' /enh\/.+/'
5553 - ' /enhancement\/.+/'
54+ - ' /feat\/.+/'
55+ - ' /feature\/.+/'
5656 - label : ' dependencies'
5757 files :
5858 - ' go.mod'
You can’t perform that action at this time.
0 commit comments