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 5a5dc0f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "chore",
"section": "Others 🔧",
"hidden": false
},
{
"type": "revert",
"section": "Reverts ◀",
Expand All @@ -36,15 +31,25 @@
"hidden": false
},
{
"type": "improvement",
"section": "Feature Improvements 🛠",
"type": "chore",
"section": "Others 🔧",
"hidden": false
},
{
"type": "docs",
"section": "Docs 📃",
"hidden": false
},
{
"type": "improvement",
"section": "Feature Improvements 🛠",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements 🏎",
"hidden": false
},
{
"type": "style",
"section": "Styling 🎨",
Expand All @@ -55,11 +60,6 @@
"section": "Code Refactoring 🖌",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements 🏎",
"hidden": false
},
{
"type": "test",
"section": "Tests 🧪",
Expand Down

0 comments on commit 5a5dc0f

Please sign in to comment.