|
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "package-name": "" |
| 5 | + } |
| 6 | + }, |
| 7 | + "release-type": "node", |
| 8 | + "prerelease": false, |
| 9 | + "prerelease-type": "", |
| 10 | + "initial-version": "1.2.1", |
| 11 | + "versioning": "default", |
| 12 | + "bump-minor-pre-major": false, |
| 13 | + "bump-patch-for-minor-pre-major": false, |
| 14 | + "draft": false, |
| 15 | + "changelog-path": "CHANGELOG.md", |
| 16 | + "include-v-in-tag": true, |
| 17 | + "include-component-in-tag": false, |
| 18 | + |
| 19 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 20 | + "extra-files": [ |
| 21 | + { |
| 22 | + "type": "json", |
| 23 | + "path": "package.json", |
| 24 | + "jsonpath": "$.version" |
| 25 | + } |
| 26 | + ], |
| 27 | + "changelog-sections": [ |
| 28 | + { "type": "feat", "section": "Features", "hidden": false }, |
| 29 | + { "type": "fix", "section": "Bug Fixes", "hidden": false }, |
| 30 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, |
| 31 | + { "type": "revert", "section": "Reverts", "hidden": false }, |
| 32 | + { "type": "refactor", "section": "Code Refactoring", "hidden": false }, |
| 33 | + { "type": "style", "section": "Styles", "hidden": false }, |
| 34 | + { "type": "docs", "section": "Documentation", "hidden": false }, |
| 35 | + { "type": "perf", "section": "Performance Improvements", "hidden": false }, |
| 36 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 37 | + { "type": "build", "section": "Build System", "hidden": false }, |
| 38 | + { "type": "ci", "section": "Continuous Integration", "hidden": false } |
| 39 | + ] |
| 40 | +} |
0 commit comments