-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
21 lines (21 loc) · 919 Bytes
/
Copy pathrelease-please-config.json
File metadata and controls
21 lines (21 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"extra-files": [
{ "type": "json", "path": ".claude-plugin/plugin.json", "jsonpath": "$.version" },
{ "type": "json", "path": ".claude-plugin/marketplace.json", "jsonpath": "$.version" },
{ "type": "json", "path": ".claude-plugin/marketplace.json", "jsonpath": "$.plugins[0].version" },
{ "type": "generic", "path": "workflows/review.js" },
{ "type": "generic", "path": "workflows/adversarial-review.js" },
{ "type": "generic", "path": "workflows/rust-audit.js" },
{ "type": "generic", "path": "workflows/triage-findings.js" }
]
}
}
}