diff --git a/.releaserc.json b/.releaserc.json index cb7cac8..48c6e87 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -42,12 +42,12 @@ "section": "Bug Fixes" }, { - "type": "perf", - "section": "Performance Improvements" + "type": "chore", + "section": "Bug fixes" }, { - "type": "revert", - "section": "Reverts" + "type": "perf", + "section": "Performance Improvements" }, { "type": "docs", @@ -59,14 +59,10 @@ "section": "Styles", "hidden": true }, - { - "type": "chore", - "section": "Bug fixes", - "hidden": false - }, { "type": "refactor", - "section": "Code Refactoring" + "section": "Code Refactoring", + "hidden": true }, { "type": "test", @@ -80,7 +76,8 @@ }, { "type": "ci", - "section": "Continuous Integration" + "section": "Continuous Integration", + "hidden": true } ] }