Skip to content

Commit

Permalink
Update fastlane/lanes/release.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Gio Lodi <[email protected]>
  • Loading branch information
iangmaia and mokagio committed Nov 4, 2024
1 parent 3fd0321 commit a0f00a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0f00a1

Please sign in to comment.