Skip to content

Commit

Permalink
chore: reorder changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhale1 committed Sep 27, 2022
1 parent cbc36cb commit f716134
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"name": "conventionalcommits",
"types": [
{
"type": "chore",
"section": "Others 🔧",
"type": "feat",
"section": "Features 🔥",
"hidden": false
},
{
"type": "revert",
"section": "Reverts ◀",
"type": "fix",
"section": "Bug Fixes 🛠",
"hidden": false
},
{
"type": "feat",
"section": "Features 🔥",
"type": "chore",
"section": "Others 🔧",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes 🛠",
"type": "revert",
"section": "Reverts ◀",
"hidden": false
},
{
Expand Down Expand Up @@ -74,6 +74,11 @@
"type": "ci",
"section": "CI 🛠",
"hidden": false
},
{
"type": "misc",
"section": "Miscellaneous 🛠",
"hidden": false
}
]
}
Expand Down

0 comments on commit f716134

Please sign in to comment.