File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' v$RESOLVED_VERSION 🌈'
1
+ name-template : ' v$RESOLVED_VERSION 🌈'
2
2
tag-template : ' v$RESOLVED_VERSION'
3
3
categories :
4
4
- title : ' 🚀 Features'
5
5
labels :
6
6
- ' feature'
7
+ - title : ' ✨ Enhancements'
8
+ labels :
7
9
- ' enhancement'
10
+ - title : ' 🎚 Change'
11
+ labels :
12
+ - ' change'
8
13
- title : ' 🐛 Bug Fixes'
9
14
labels :
10
15
- ' fix'
11
- - ' bugfix'
12
16
- ' bug'
13
17
- title : ' 🖊️ Refactors'
14
18
labels :
@@ -26,19 +30,16 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
26
30
version-resolver :
27
31
major :
28
32
labels :
29
- # - 'major'
30
33
- ' breaking'
31
34
minor :
32
35
labels :
33
- # - 'minor'
34
36
- ' feature'
35
37
- ' enhancement'
38
+ - ' change'
36
39
- ' refactor'
37
40
patch :
38
41
labels :
39
- # - 'patch'
40
42
- ' fix'
41
- - ' bugfix'
42
43
- ' bug'
43
44
- ' style'
44
45
- ' docs'
You can’t perform that action at this time.
0 commit comments