You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.important("Downloading latest translations for version#{release_version_current}")
489
481
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")unlessskip_confirm || UI.confirm('Do you want to continue?')
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")unlessskip_confirm || UI.confirm('Do you want to continue?')
490
+
491
+
push_to_git_remote(tags: false)
492
+
493
+
UI.success("Successfully downloaded and committed latest translations for #{release_version_current}")
494
+
end
495
+
496
+
# Finalizes a release by bumping version number, removing branch protection, closing milestone,
497
+
# and triggering the final release build on CI
498
+
#
499
+
# @param [Boolean] skip_confirm (default: false) If set, will skip the confirmation prompt before running the rest of the lane
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")unlessskip_confirm || UI.confirm('Do you want to continue?')
0 commit comments