commit | f2d96032f28e120cc41123a925018a357e6cd5ce | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Oct 30 14:13:25 2023 +0100 |
committer | Rico Wind <ricow@google.com> | Mon Oct 30 14:46:29 2023 +0000 |
tree | 1da6926e33bb4001886145e133ef796fd8c8a209 | |
parent | 98b7f85741bab6c0ecdd052044ab945dc32e59f2 [diff] |
Increase version count for google3 releasees An extra version was added here: https://critique.corp.google.com/cl/576790948 Change-Id: If7610b258399495bc06d2bbd259f9d3da9b0c228
diff --git a/tools/r8_release.py b/tools/r8_release.py index 8aaca29..8737ef3 100755 --- a/tools/r8_release.py +++ b/tools/r8_release.py
@@ -437,7 +437,7 @@ result = re.search(version_match_regexp, line) if result: match_count = match_count + 1 - if match_count != 7: + if match_count != 8: print(( "Could not find the previous -dev release string to replace in " + "METADATA. Expected to find is mentioned 7 times, but " +