File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 15
15
"preset" : {
16
16
"name" : " conventionalcommits" ,
17
17
"types" : [
18
- {
19
- "type" : " chore" ,
20
- "section" : " Others 🔧" ,
21
- "hidden" : false
22
- },
23
- {
24
- "type" : " revert" ,
25
- "section" : " Reverts ◀" ,
26
- "hidden" : false
27
- },
28
18
{
29
19
"type" : " feat" ,
30
20
"section" : " Features 🔥" ,
35
25
"section" : " Bug Fixes 🛠" ,
36
26
"hidden" : false
37
27
},
38
- {
39
- "type" : " improvement" ,
40
- "section" : " Feature Improvements 🛠" ,
41
- "hidden" : false
42
- },
43
28
{
44
29
"type" : " docs" ,
45
30
"section" : " Docs 📃" ,
74
59
"type" : " ci" ,
75
60
"section" : " CI 🛠" ,
76
61
"hidden" : false
62
+ },
63
+ {
64
+ "type" : " chore" ,
65
+ "section" : " Others 🔧" ,
66
+ "hidden" : false
67
+ },
68
+ {
69
+ "type" : " revert" ,
70
+ "section" : " Reverts ◀" ,
71
+ "hidden" : false
77
72
}
78
73
]
79
74
}
You can’t perform that action at this time.
0 commit comments