From 45786a83e6ca645d75b14aa34cd2c53078bf779a Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Tue, 26 May 2026 12:15:53 -0400 Subject: [PATCH] ci: limit release-please releasable sections --- release-please-config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"} ] }