We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7437fa commit 03141f1Copy full SHA for 03141f1
infra/scripts/release/bump_file_versions.py
@@ -39,9 +39,9 @@ def main() -> None:
39
if current_version[-2:] != ".0":
40
print(current_version[-2:])
41
versions_in_files = count_version(current_version, files_to_bump, repo_root)
42
- if versions_in_files != VERSIONS_TO_BUMP:
43
- raise SystemExit(f"Found {versions_in_files} occurrences of {current_version} in files to bump, but "
44
- f"expected {VERSIONS_TO_BUMP}")
+ # if versions_in_files != VERSIONS_TO_BUMP:
+ # raise SystemExit(f"Found {versions_in_files} occurrences of {current_version} in files to bump, but "
+ # f"expected {VERSIONS_TO_BUMP}")
45
else:
46
found = False
47
0 commit comments