1# Auto Version Updater
2
3This script will update versions in LibraryVersions.kt based on Jetpad.
4
5It automatically runs `updateApi` and `repo upload . --cbr --label Presubmit-Ready+1`.
6
7### Using the script
8
9```bash
10./update_versions_for_release.py 1234
11```
12
13Where 1234 is the Jetpad release id.
14
15To use it without creating a commit and uploading a comment, run:
16
17```bash
18./update_versions_for_release.py 1234 --no-commit
19```
20
21### Testing the script
22
23Script test suite
24```bash
25./test_update_versions_for_release.py
26```