feat: migrate repo releases to manual release-please (#293)
This commit is contained in:
64
.github/release-please-config.json
vendored
Normal file
64
.github/release-please-config.json
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"include-component-in-tag": true,
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "simple",
|
||||
"package-name": "cli",
|
||||
"changelog-path": "CHANGELOG.md",
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": "package.json",
|
||||
"jsonpath": "$.version"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins/compound-engineering": {
|
||||
"release-type": "simple",
|
||||
"package-name": "compound-engineering",
|
||||
"changelog-path": "../../CHANGELOG.md",
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"jsonpath": "$.version"
|
||||
},
|
||||
{
|
||||
"type": "json",
|
||||
"path": ".cursor-plugin/plugin.json",
|
||||
"jsonpath": "$.version"
|
||||
}
|
||||
]
|
||||
},
|
||||
"plugins/coding-tutor": {
|
||||
"release-type": "simple",
|
||||
"package-name": "coding-tutor",
|
||||
"changelog-path": "../../CHANGELOG.md",
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"jsonpath": "$.version"
|
||||
},
|
||||
{
|
||||
"type": "json",
|
||||
"path": ".cursor-plugin/plugin.json",
|
||||
"jsonpath": "$.version"
|
||||
}
|
||||
]
|
||||
},
|
||||
".claude-plugin": {
|
||||
"release-type": "simple",
|
||||
"package-name": "marketplace",
|
||||
"changelog-path": "../CHANGELOG.md",
|
||||
"extra-files": [
|
||||
{
|
||||
"type": "json",
|
||||
"path": "marketplace.json",
|
||||
"jsonpath": "$.metadata.version"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user