File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ changelog:
29
29
use : github
30
30
groups :
31
31
- title : Features
32
- regexp : " ^.*?feat(\( [[:word:]]+\) )??!?:.+$"
32
+ regexp : ' ^.*?feat(\([[:word:]]+\))??!?:.+$'
33
33
order : 0
34
- - title : ' Bug fixes'
35
- regexp : " ^.*?fix(\( [[:word:]]+\) )??!?:.+$"
34
+ - title : " Bug fixes"
35
+ regexp : ' ^.*?fix(\([[:word:]]+\))??!?:.+$'
36
36
order : 1
37
37
- title : Docs
38
- regexp : " ^.*?docs(\( [[:word:]]+\) )??!?:.+$"
38
+ regexp : ' ^.*?docs(\([[:word:]]+\))??!?:.+$'
39
39
order : 2
40
40
- title : Test
41
- regexp : " ^.*?test(\( [[:word:]]+\) )??!?:.+$"
41
+ regexp : ' ^.*?test(\([[:word:]]+\))??!?:.+$'
42
42
order : 3
43
43
- title : Dependabot
44
- regexp : " ^.*?chore(\( [[:word:]]+\) )??!?:.+$"
44
+ regexp : ' ^.*?chore(\([[:word:]]+\))??!?:.+$'
45
45
order : 4
46
46
- title : Others
47
47
order : 999
You can’t perform that action at this time.
0 commit comments