We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604b93d commit 1afeefeCopy full SHA for 1afeefe
.release-it.json
@@ -15,16 +15,6 @@
15
"preset": {
16
"name": "conventionalcommits",
17
"types": [
18
- {
19
- "type": "chore",
20
- "section": "Others 🔧",
21
- "hidden": false
22
- },
23
24
- "type": "revert",
25
- "section": "Reverts ◀",
26
27
28
{
29
"type": "feat",
30
"section": "Features 🔥",
@@ -35,11 +25,6 @@
35
"section": "Bug Fixes 🛠",
36
"hidden": false
37
},
38
39
- "type": "improvement",
40
- "section": "Feature Improvements 🛠",
41
42
43
44
"type": "docs",
45
"section": "Docs 📃",
@@ -74,6 +59,16 @@
74
59
"type": "ci",
75
60
"section": "CI 🛠",
76
61
62
+ },
63
+ {
64
+ "type": "chore",
65
+ "section": "Others 🔧",
66
+ "hidden": false
67
68
69
+ "type": "revert",
70
+ "section": "Reverts ◀",
71
77
72
}
78
73
]
79
0 commit comments