diff --git a/release-please-config.json b/release-please-config.json index da32d0d4..78eeb633 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -17,12 +17,6 @@ {"type": "fix", "section": "Bug Fixes"}, {"type": "perf", "section": "Performance Improvements"}, {"type": "revert", "section": "Reverts"}, - {"type": "docs", "section": "Documentation"}, - {"type": "style", "section": "Styles"}, - {"type": "chore", "section": "Miscellaneous Chores"}, - {"type": "refactor", "section": "Code Refactoring"}, - {"type": "test", "section": "Tests"}, - {"type": "build", "section": "Build System"}, - {"type": "ci", "section": "Continuous Integration"} + {"type": "deps", "section": "Dependencies"} ] }