chore: allow bumping stable => beta (#15906)
This commit is contained in:
parent
728be219a4
commit
b8ec886609
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