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.message("ℹ️ Tag '#{previous_version}' not found on the remote. Using release branch '#{previous_release_branch}' as the base for hotfix instead.")
432
+
previous_release_branch
433
+
else
434
+
UI.user_error!("Neither tag '#{previous_version}' nor branch '#{previous_release_branch}' exists on the remote! A hotfix branch cannot be created.")
435
+
end
423
436
424
437
# Check versions
425
438
UI.important<<-MESSAGE
426
439
427
440
New hotfix version: #{version}
428
441
New build code: #{build_code_hotfix}
429
-
Branching from tag: #{previous_version}
442
+
Branching from #{base_ref_for_hotfix}
430
443
431
444
MESSAGE
432
445
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