Files
claude-engineering-plugin/.github/release-please-config.json
Trevin Chow e136d7f506
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled
chore(release): pin cli + compound-engineering to 3.0.2 via per-package release-as (#667)
2026-04-23 23:13:49 -07:00

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"
}
]
}
}
}