|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "changelog-sections": [ |
| 4 | + { "type": "feat", "section": "Features" }, |
| 5 | + { "type": "fix", "section": "Bug Fixes" }, |
| 6 | + { "type": "refactor", "section": "Refactors" }, |
| 7 | + { "type": "chore", "section": "Miscellaneous Chores" }, |
| 8 | + { "type": "docs", "section": "Docs" } |
| 9 | + ], |
| 10 | + "pull-request-header": ":rotating_light: There are changes ready for release :rocket:\n\nℹ Merge this PR once the team confirms the release is ready.\n", |
| 11 | + "pull-request-title-pattern": "chore: ${version}", |
| 12 | + "include-component-in-tag": false, |
| 13 | + "separate-pull-requests": true, |
| 14 | + "packages": { |
| 15 | + ".": { |
| 16 | + "release-type": "simple", |
| 17 | + "changelog-path": "CHANGELOG.md", |
| 18 | + "extra-files": [ |
| 19 | + { |
| 20 | + "type": "json", |
| 21 | + "path": ".claude-plugin/plugin.json", |
| 22 | + "jsonpath": "$.version" |
| 23 | + } |
| 24 | + ] |
| 25 | + } |
| 26 | + }, |
| 27 | + "exclude-paths": [ |
| 28 | + ".github", |
| 29 | + ".release-please-manifest.json", |
| 30 | + ".release-please-config.json", |
| 31 | + "CONTRIBUTING.md" |
| 32 | + ] |
| 33 | +} |
0 commit comments