Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Aug 19, 2023
1 parent ccf7fbe commit 6437f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ def create_release(prerelease=False):
message="Which release would you create ?",
).execute()

branch = version

if version == "new_beta":
prerelease = True
version = new_release

branch = version

if version not in tags:
if version != "new_beta":
prerelease = inquirer.confirm(
Expand Down

0 comments on commit 6437f05

Please sign in to comment.