|
2 | 2 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
3 | 3 | "bootstrap-sha": "fb013c3226f69fedfdbee62297db6cbd88135ba0", |
4 | 4 | "include-component-in-tag": false, |
| 5 | + "changelog-sections": [ |
| 6 | + { "type": "feat", "section": "Features" }, |
| 7 | + { "type": "fix", "section": "Bug Fixes" }, |
| 8 | + { "type": "perf", "section": "Performance Improvements" }, |
| 9 | + { "type": "revert", "section": "Reverts" }, |
| 10 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, |
| 11 | + { "type": "docs", "section": "Documentation", "hidden": true }, |
| 12 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 13 | + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, |
| 14 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 15 | + { "type": "build", "section": "Build System", "hidden": false }, |
| 16 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 17 | + ], |
5 | 18 | "packages": { |
6 | 19 | ".": { |
7 | 20 | "release-type": "maven", |
|
0 commit comments