|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
3 | | - "separator": "/", |
| 3 | + "tag-separator": "/", |
4 | 4 | "include-component-in-tag": true, |
5 | 5 | "include-v-in-tag": true, |
6 | 6 | "release-type": "simple", |
7 | 7 | "skip-github-release": true, |
| 8 | + "separate-pull-requests": true, |
8 | 9 | "changelog-path": "CHANGELOG.md", |
| 10 | + "changelog-sections": [ |
| 11 | + { "type": "feat", "section": "Features" }, |
| 12 | + { "type": "fix", "section": "Bug Fixes" }, |
| 13 | + { "type": "perf", "section": "Performance Improvements" }, |
| 14 | + { "type": "revert", "section": "Reverts" }, |
| 15 | + { "type": "chore", "section": "Miscellaneous Chores", "hidden": false }, |
| 16 | + { "type": "docs", "section": "Documentation", "hidden": true }, |
| 17 | + { "type": "style", "section": "Styles", "hidden": true }, |
| 18 | + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, |
| 19 | + { "type": "test", "section": "Tests", "hidden": true }, |
| 20 | + { "type": "build", "section": "Build System", "hidden": true }, |
| 21 | + { "type": "ci", "section": "Continuous Integration", "hidden": true } |
| 22 | + ], |
9 | 23 | "packages": { |
10 | 24 | ".github/workflows/build_container_image": { |
11 | 25 | "component": "build_container_image", |
|
0 commit comments