This script will update versions in LibraryVersions.kt based on Jetpad.
It automatically runs updateApi
and repo upload . --cbr --label Presubmit-Ready+1
.
./update_versions_for_release.py 1234
Where 1234 is the Jetpad release id.
To use it without creating a commit and uploading a comment, run:
./update_versions_for_release.py 1234 --no-commit
Script test suite
./test_update_versions_for_release.py