|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "release-type": "node", |
| 4 | + "include-v-in-tag": true, |
| 5 | + "changelog-path": "CHANGELOG.md", |
| 6 | + "pull-request-header": "Release candidate for `oc-codex-multi-auth`. Squash-merge to cut the release.", |
| 7 | + "packages": { |
| 8 | + ".": { |
| 9 | + "release-type": "node", |
| 10 | + "package-name": "oc-codex-multi-auth", |
| 11 | + "bootstrap-sha": "6ba5df19741f057b722d755271e4c9a22b6709bc", |
| 12 | + "initial-version": "6.0.0", |
| 13 | + "changelog-path": "CHANGELOG.md", |
| 14 | + "changelog-sections": [ |
| 15 | + { "type": "feat", "section": "Added" }, |
| 16 | + { "type": "fix", "section": "Fixed" }, |
| 17 | + { "type": "perf", "section": "Changed" }, |
| 18 | + { "type": "refactor", "section": "Changed" }, |
| 19 | + { "type": "revert", "section": "Removed" }, |
| 20 | + { "type": "docs", "section": "Documentation", "hidden": false }, |
| 21 | + { "type": "ci", "section": "Internal", "hidden": true }, |
| 22 | + { "type": "test", "section": "Internal", "hidden": true }, |
| 23 | + { "type": "build", "section": "Internal", "hidden": true }, |
| 24 | + { "type": "chore", "section": "Internal", "hidden": true } |
| 25 | + ] |
| 26 | + } |
| 27 | + } |
| 28 | +} |
0 commit comments