chore: allow bumping stable => beta (#15907)
This commit is contained in:
parent
17481882d0
commit
5dc15fc5d9
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def main():
|
|||
if args.bump == 'nightly':
|
||||
version = get_next_nightly(curr_version)
|
||||
elif args.bump == 'beta':
|
||||
raise Exception("You can\'t bump to a beta from stable")
|
||||
version = get_next_beta(curr_version)
|
||||
elif args.bump == 'stable':
|
||||
version = get_next_stable_from_stable(curr_version)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue