File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
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
18
{
24
19
"type" : " revert" ,
25
20
"section" : " Reverts ◀" ,
36
31
"hidden" : false
37
32
},
38
33
{
39
- "type" : " improvement " ,
40
- "section" : " Feature Improvements 🛠 " ,
34
+ "type" : " chore " ,
35
+ "section" : " Others 🔧 " ,
41
36
"hidden" : false
42
37
},
43
38
{
44
39
"type" : " docs" ,
45
40
"section" : " Docs 📃" ,
46
41
"hidden" : false
47
42
},
43
+ {
44
+ "type" : " improvement" ,
45
+ "section" : " Feature Improvements 🛠" ,
46
+ "hidden" : false
47
+ },
48
+ {
49
+ "type" : " perf" ,
50
+ "section" : " Performance Improvements 🏎" ,
51
+ "hidden" : false
52
+ },
48
53
{
49
54
"type" : " style" ,
50
55
"section" : " Styling 🎨" ,
55
60
"section" : " Code Refactoring 🖌" ,
56
61
"hidden" : false
57
62
},
58
- {
59
- "type" : " perf" ,
60
- "section" : " Performance Improvements 🏎" ,
61
- "hidden" : false
62
- },
63
63
{
64
64
"type" : " test" ,
65
65
"section" : " Tests 🧪" ,
You can’t perform that action at this time.
0 commit comments