diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 5446bb8..2594a43 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -20,14 +20,11 @@ jobs: changelog-types: > [ { "type": "build", "section": "Build System", "hidden": false }, - { "type": "ci", "section": "Continuous Integration", "hidden": false }, - { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, { "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": "style", "section": "Styles", "hidden": false }, { "type": "test", "section": "Tests", "hidden": false } ] token: ${{ secrets.RELEASEPLEASEPAT }}