Skip to content

Commit 1afeefe

Browse files
committed
chore: update release-it configuration
1 parent 604b93d commit 1afeefe

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

.release-it.json

+10-15
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
"preset": {
1616
"name": "conventionalcommits",
1717
"types": [
18-
{
19-
"type": "chore",
20-
"section": "Others 🔧",
21-
"hidden": false
22-
},
23-
{
24-
"type": "revert",
25-
"section": "Reverts ◀",
26-
"hidden": false
27-
},
2818
{
2919
"type": "feat",
3020
"section": "Features 🔥",
@@ -35,11 +25,6 @@
3525
"section": "Bug Fixes 🛠",
3626
"hidden": false
3727
},
38-
{
39-
"type": "improvement",
40-
"section": "Feature Improvements 🛠",
41-
"hidden": false
42-
},
4328
{
4429
"type": "docs",
4530
"section": "Docs 📃",
@@ -74,6 +59,16 @@
7459
"type": "ci",
7560
"section": "CI 🛠",
7661
"hidden": false
62+
},
63+
{
64+
"type": "chore",
65+
"section": "Others 🔧",
66+
"hidden": false
67+
},
68+
{
69+
"type": "revert",
70+
"section": "Reverts ◀",
71+
"hidden": false
7772
}
7873
]
7974
}

0 commit comments

Comments
 (0)