mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
* use last-release-sha to locate the previous release commit in main for CHANGELOG generating. * release tag can now use the commit sha in release branch Co-authored-by: Wei Sun (Jack) <weisun@google.com> PiperOrigin-RevId: 871909085
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"last-release-sha": "9f7d5b3f1476234e552b783415527cc4bac55b39",
|
|
"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"},
|
|
{"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}
|
|
]
|
|
}
|
|
}
|
|
}
|