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
unlessoptions[:skip_confirm] || UI.confirm('Do you want to continue?')
491
-
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")
492
-
end
490
+
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?')
493
491
494
492
# Don't check translation coverage in CI
495
493
check_translation_progress_allunlessis_ci
@@ -504,9 +502,7 @@ platform :ios do
504
502
505
503
# Start the build
506
504
UI.important('Pushing changes to remote and triggering the release build')
507
-
unlessoptions[:skip_confirm] || UI.confirm('Do you want to continue?')
508
-
UI.user_error!("Terminating as requested. Don't forget to run the remainder of this automation manually.")
509
-
end
505
+
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?')
- If this is not the first time you are running the release task, the backmerge PR for the version `#{version}` might have already been previously created.
1455
+
If this is not the first time you are running the release task, the backmerge PR for the version `#{version}` might have already been previously created.
1460
1456
Please close any previous backmerge PR for `#{version}`, delete the previous merge branch, then run the release task again.
0 commit comments