From 01ce065e0cd11f9864c4a627ced1a2c35ab087fd Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Tue, 31 Mar 2026 14:48:34 -0700 Subject: [PATCH] fix(cli): exclude non-CLI paths from release-please (#472) Co-authored-by: Claude Opus 4.6 (1M context) --- .github/release-please-config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 5be0527..5e55e4c 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -14,6 +14,27 @@ ".": { "release-type": "simple", "package-name": "cli", + "exclude-paths": [ + "AGENTS.md", + "CLAUDE.md", + "README.md", + "LICENSE", + "SECURITY.md", + "PRIVACY.md", + "favicon.png", + "docs/", + "scripts/", + ".github/", + ".claude/", + ".codex/", + ".agents/", + ".gemini/", + ".cursor/", + ".windsurf/", + ".claude-plugin/", + ".cursor-plugin/", + "plugins/" + ], "extra-files": [ { "type": "json",