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