| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README.md | D | 08-Apr-2025 | 517 | 26 | 17 | |
| test_update_versions_for_release.py | D | 08-Apr-2025 | 10.4 KiB | 238 | 168 | |
| update_versions_for_release.py | D | 08-Apr-2025 | 20.9 KiB | 523 | 381 |
README.md
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```