fix(cli): exclude non-CLI paths from release-please (#472)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-31 14:48:34 -07:00
committed by GitHub
parent 33a8d9dc11
commit 01ce065e0c

View File

@@ -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",