From a0f00a19180ef5424280c44b6c9a239a3eef3bb1 Mon Sep 17 00:00:00 2001 From: Ian Guedes Maia Date: Mon, 4 Nov 2024 12:27:30 +0100 Subject: [PATCH] Update fastlane/lanes/release.rb Co-authored-by: Gio Lodi --- fastlane/lanes/release.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/lanes/release.rb b/fastlane/lanes/release.rb index e44df3c5d7a6..0605bbd0417c 100644 --- a/fastlane/lanes/release.rb +++ b/fastlane/lanes/release.rb @@ -577,8 +577,8 @@ def create_backmerge_pr(source_branch: "release/#{current_release_version}", tar #{e.message} - If this is not the first time you are running the release task, the backmerge PR for the version `#{current_release_version}` might have already been previously created. - Please close any previous backmerge PR for `#{current_release_version}`, delete the previous merge branch, then run the release task again. + If this is not the first time you are running the automation that creates a backmerge, the backmerge PR for the `#{source_branch}` branch might have already been previously created. + Please close any previous backmerge PR for the `#{source_branch}` branch, delete the previous merge branch, then run the release task again. MESSAGE buildkite_annotate(style: 'error', context: 'error-creating-backmerge', message: error_message) if is_ci