tree: 4c828fbb724b670c9a16a6d74aad4aa69764fa99 [path history] [tgz]
  1. README.md
  2. test_update_versions_for_release.py
  3. update_versions_for_release.py
development/auto-version-updater/README.md

Auto Version Updater

This script will update versions in LibraryVersions.kt based on Jetpad.

It automatically runs updateApi and repo upload . --cbr --label Presubmit-Ready+1.

Using the script

./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

Testing the script

Script test suite

./test_update_versions_for_release.py