114 lines
2.6 KiB
JSON
114 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"include-component-in-tag": true,
|
|
"release-search-depth": 20,
|
|
"commit-search-depth": 50,
|
|
"plugins": [
|
|
{
|
|
"type": "linked-versions",
|
|
"groupName": "compound-engineering",
|
|
"components": ["cli", "compound-engineering"]
|
|
}
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"package-name": "cli",
|
|
"release-as": "3.0.2",
|
|
"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",
|
|
"path": "package.json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
},
|
|
"plugins/compound-engineering": {
|
|
"release-type": "simple",
|
|
"package-name": "compound-engineering",
|
|
"release-as": "3.0.2",
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": ".claude-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": ".cursor-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": ".codex-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
},
|
|
"plugins/coding-tutor": {
|
|
"release-type": "simple",
|
|
"package-name": "coding-tutor",
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": ".claude-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": ".cursor-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": ".codex-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
},
|
|
".claude-plugin": {
|
|
"release-type": "simple",
|
|
"package-name": "marketplace",
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": "marketplace.json",
|
|
"jsonpath": "$.metadata.version"
|
|
}
|
|
]
|
|
},
|
|
".cursor-plugin": {
|
|
"release-type": "simple",
|
|
"package-name": "cursor-marketplace",
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": "marketplace.json",
|
|
"jsonpath": "$.metadata.version"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|