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 c958bc9 commit b365892Copy full SHA for b365892
tasks/release.py
@@ -29,7 +29,7 @@ def main(version_str: str) -> None:
29
repo.heads.main.checkout()
30
repo.delete_head(release_branch, force=True)
31
upstream.fetch()
32
- repo.git.reset("--hard upstream/main")
+ repo.git.reset("--hard", "upstream/main")
33
print("All done! ✨ 🍰 ✨")
34
35
0 commit comments