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:
21
.github/release-please-config.json
vendored
21
.github/release-please-config.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user