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 b500d01 commit 1e45855Copy full SHA for 1e45855
utils/bump_version.py
@@ -77,4 +77,4 @@
77
subprocess.run(["git", "commit", "-a", "-m", f"release: Bump version to {version}"])
78
subprocess.run(["git", "tag", "-a", f"v{version}", "-m", f"v{version}"])
79
subprocess.run(["git", "push", "upstream", "HEAD", "--follow-tags"])
80
-subprocess.run(["git", "push", "upstream", "HEAD:stable"])
+subprocess.run(["git", "push", "upstream", "HEAD:stable", "-f", "--follow-tags"])
0 commit comments