mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: allow bumping stable => beta (#15907)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user