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.")
97
+
previous_release_branch
98
+
else
99
+
UI.user_error!("Neither tag '#{previous_version}' nor branch '#{previous_release_branch}' exists on the remote! A hotfix branch cannot be created.")
100
+
end
88
101
89
102
message=<<~MESSAGE
90
103
Hotfix release:
@@ -94,15 +107,21 @@ platform :android do
94
107
- Current build code: #{build_code_current}
95
108
- New build code: #{version_code_new}
96
109
97
-
Branching from tag: #{previous_version}
110
+
Branching from #{base_ref_for_hotfix}
98
111
MESSAGE
99
112
UI.important(message)
100
113
101
114
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