diff --git a/.releaserc b/.releaserc index f1206ca..d4bd9bf 100644 --- a/.releaserc +++ b/.releaserc @@ -19,18 +19,18 @@ "preset": "conventionalcommits", "presetConfig": { "types": [ - { "type": "build", "section": "Build System", "hidden": false }, - { "type": "chore", "section": "Build System", "hidden": false }, - { "type": "chore", "scope": "merge", "section": "Build System", "hidden": true }, - { "type": "ci", "section": "Continuous Integration", "hidden": false }, + { "type": "build", "section": "Build System", "hidden": true }, + { "type": "chore", "scope": "deps", "section": "Build System", "hidden": false }, + { "type": "chore", "section": "Build System", "hidden": true }, + { "type": "ci", "section": "Continuous Integration", "hidden": true }, { "type": "docs", "section": "Documentation", "hidden": false }, { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "perf", "section": "Performance Improvements", "hidden": false }, - { "type": "refactor", "section": "Code Refactoring", "hidden": false }, - { "type": "revert", "section": "Reverted Changes", "hidden": false }, - { "type": "style", "section": "Styles", "hidden": false }, - { "type": "test", "section": "Tests", "hidden": false } + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "revert", "section": "Reverted Changes", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true } ] }, "writerOpts": {