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 63b72f3 commit 1c7bdf3Copy full SHA for 1c7bdf3
scripts/find_breaking_changes.py
@@ -87,7 +87,7 @@ def main():
87
print("Could not determine current versions")
88
sys.exit(1)
89
90
- print(f"Checking for breaking changes:")
+ print("Checking for breaking changes:")
91
print(f"Core: {current_core_version} → {new_core_version}")
92
print(f"Contrib: {current_contrib_version} → {new_contrib_version}")
93
0 commit comments