Skip to content

Commit

Permalink
chore: update release-it configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Feb 9, 2025
1 parent 604b93d commit 1afeefe
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "chore",
"section": "Others 🔧",
"hidden": false
},
{
"type": "revert",
"section": "Reverts ◀",
"hidden": false
},
{
"type": "feat",
"section": "Features 🔥",
Expand All @@ -35,11 +25,6 @@
"section": "Bug Fixes 🛠",
"hidden": false
},
{
"type": "improvement",
"section": "Feature Improvements 🛠",
"hidden": false
},
{
"type": "docs",
"section": "Docs 📃",
Expand Down Expand Up @@ -74,6 +59,16 @@
"type": "ci",
"section": "CI 🛠",
"hidden": false
},
{
"type": "chore",
"section": "Others 🔧",
"hidden": false
},
{
"type": "revert",
"section": "Reverts ◀",
"hidden": false
}
]
}
Expand Down

0 comments on commit 1afeefe

Please # to comment.