File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,37 @@ module.exports = {
7
7
feat : {
8
8
description : 'A new feature' ,
9
9
value : 'feat' ,
10
+ section : 'Features' ,
10
11
} ,
11
12
fix : {
12
13
description : 'A bug fix' ,
13
14
value : 'fix' ,
15
+ section : 'Bug Fixes' ,
14
16
} ,
15
17
refactor : {
16
18
description : 'A code change that neither adds a feature or fixes a bug' ,
17
19
value : 'refactor' ,
20
+ hidden : true ,
18
21
} ,
19
22
perf : {
20
23
description : 'A code change that improves performance' ,
21
24
value : 'perf' ,
25
+ hidden : true ,
22
26
} ,
23
27
test : {
24
28
description : 'Adding missing tests' ,
25
29
value : 'test' ,
30
+ hidden : true ,
26
31
} ,
27
32
chore : {
28
33
description : 'Build process, CI or auxiliary tool changes' ,
29
34
value : 'chore' ,
35
+ hidden : true ,
30
36
} ,
31
37
docs : {
32
38
description : 'Documentation only changes' ,
33
39
value : 'docs' ,
40
+ hidden : true ,
34
41
} ,
35
42
} ,
36
43
} ;
You can’t perform that action at this time.
0 commit comments