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. Using release branch #{previous_release_branch} as the base for hotfix instead.")
96
+
UI.message("ℹ️ Tag '#{previous_version}' not found on the remote. Using release branch '#{previous_release_branch}' as the base for hotfix instead.")
94
97
previous_release_branch
95
98
else
96
-
UI.user_error!("Neither tag #{previous_version} nor branch #{previous_release_branch} exists! A hotfix branch cannot be created.")
99
+
UI.user_error!("Neither tag '#{previous_version}' nor branch '#{previous_release_branch}' exists on the remote! A hotfix branch cannot be created.")
97
100
end
98
101
99
102
message=<<~MESSAGE
@@ -110,9 +113,9 @@ platform :android do
110
113
111
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?')
112
115
113
-
UI.message("Creating hotfix branch from #{base_ref_for_hotfix}...")
116
+
UI.message("Creating hotfix branch from '#{base_ref_for_hotfix}'...")
0 commit comments