Skip to content

Commit

Permalink
ci: remove early exit from prepare_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeborn2BeAlive committed Jun 16, 2020
1 parent b8d30e0 commit 45ccfc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extra/prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def main():
print(f"No section for version {version_string} in CHANGELOG.md, add one and commit first.")
exit(1)

exit(0)

subprocess.run(["git", "tag", tag_name], check=True)
inject_version()
subprocess.run(["git", "commit", "-a", "--amend", "--no-edit"], check=True)
Expand Down

0 comments on commit 45ccfc6

Please sign in to comment.