c7c24c8c65
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 966108210
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "python",
|
|
"package-name": "google-adk",
|
|
"include-component-in-tag": false,
|
|
"skip-github-release": true,
|
|
"changelog-path": "CHANGELOG.md",
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Documentation"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "Build System",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "CI/CD",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Styles",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous Chores",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"last-release-sha": "703cf43f6b03550ec2b02def526f3f4ba98f7abd"
|
|
}
|