|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "packages": { |
| 4 | + ".": { |
| 5 | + "release-type": "python", |
| 6 | + "package-name": "google-adk-community", |
| 7 | + "changelog-path": "CHANGELOG.md", |
| 8 | + "extra-files": [ |
| 9 | + "src/google/adk_community/version.py" |
| 10 | + ], |
| 11 | + "changelog-sections": [ |
| 12 | + {"type": "feat", "section": "Features"}, |
| 13 | + {"type": "fix", "section": "Bug Fixes"}, |
| 14 | + {"type": "perf", "section": "Performance Improvements"}, |
| 15 | + {"type": "refactor", "section": "Code Refactoring"}, |
| 16 | + {"type": "docs", "section": "Documentation"}, |
| 17 | + {"type": "test", "section": "Tests", "hidden": true}, |
| 18 | + {"type": "build", "section": "Build System", "hidden": true}, |
| 19 | + {"type": "ci", "section": "CI/CD", "hidden": true}, |
| 20 | + {"type": "style", "section": "Styles", "hidden": true}, |
| 21 | + {"type": "chore", "section": "Miscellaneous Chores", "hidden": true} |
| 22 | + ] |
| 23 | + } |
| 24 | + } |
| 25 | +} |
0 commit comments