diff --git a/.releaserc b/.releaserc index a46350a..e2325fb 100644 --- a/.releaserc +++ b/.releaserc @@ -27,21 +27,20 @@ { "preset": "eslint", "presetConfig": { - types: [ - { "tag": "breaking", "section": "Major version release" }, - { "tag": "feat", "section": "Features" }, - { "tag": "fix", "section": "testing message section" }, - { "tag": "hotfix", "section": "Bug Fixes" }, - { "tag": "update", "section": "Updates" }, - { "tag": "upgrate", "section": "Upgrates" }, - { "tag": "breaking", "section": "Major version release" }, - { "tag": "docs", "section": "Documentation" }, - { "tag": "chore", "section": "Chores" }, - { "tag": "build", "section": "CI/CD Changes" }, - { "tag": "ci", "section": "CI/CD Changes" }, - { "tag": "test", "section": "Tests" }, - { "tag": "refactor", "section": "Refactoring" }, - { "tag": "perf", "section": "Performance Improvements" } + "types": [ + { "tag": "breaking", "section": "Major version release", "hidden": false }, + { "tag": "feat", "section": "Features", "hidden": false }, + { "tag": "fix", "section": "testing message section", "hidden": false }, + { "tag": "hotfix", "section": "Bug Fixes", "hidden": false }, + { "tag": "update", "section": "Updates", "hidden": false }, + { "tag": "upgrate", "section": "Upgrates", "hidden": false }, + { "tag": "docs", "section": "Documentation", "hidden": false }, + { "tag": "chore", "section": "Chores", "hidden": false }, + { "tag": "build", "section": "CI/CD Changes", "hidden": false }, + { "tag": "ci", "section": "CI/CD Changes", "hidden": false }, + { "tag": "test", "section": "Tests", "hidden": false }, + { "tag": "refactor", "section": "Refactoring", "hidden": false }, + { "tag": "perf", "section": "Performance Improvements", "hidden": false } ], } }