We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9fbe2 commit 1c32246Copy full SHA for 1c32246
fastlane/Fastfile
@@ -90,6 +90,7 @@ platform :android do
90
base_ref_for_hotfix = if git_tag_exists(tag: previous_version)
91
previous_version
92
elsif Fastlane::Helper::GitHelper.branch_exists_on_remote?(branch_name: previous_release_branch)
93
+ UI.message("ℹ️ Tag #{previous_version} not found. Using release branch #{previous_release_branch} as the base for hotfix instead.")
94
previous_release_branch
95
else
96
UI.user_error!("Neither tag #{previous_version} nor branch #{previous_release_branch} exists! A hotfix branch cannot be created.")
0 commit comments