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 e6550b8 commit 50985feCopy full SHA for 50985fe
tasks/release.py
@@ -27,7 +27,7 @@ def main(version_str: str) -> None:
27
finally:
28
print("checkout main to new release and delete release branch")
29
repo.heads.main.checkout()
30
- repo.delete_head(release_branch)
+ repo.delete_head(release_branch, force=True)
31
upstream.fetch()
32
repo.git.reset("--hard upstream/main")
33
print("All done! ✨ 🍰 ✨")
0 commit comments