Skip to content

Commit

Permalink
Update backmerge PR error message
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Sep 3, 2024
1 parent cb88398 commit 64ba023
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,12 @@ def create_backmerge_pr
)
rescue StandardError => e
error_message = <<-MESSAGE
Error creating backmerge pull request: #{e.message}
- If this is not the first time you are running the release task, the backmerge PR for the version `#{version}` might have already been previously created.
Error creating backmerge pull request:
```
#{e.message}
```
If this is not the first time you are running the release task, the backmerge PR for the version `#{version}` might have already been previously created.
Please close any previous backmerge PR for `#{version}`, delete the previous merge branch, then run the release task again.
MESSAGE

Expand Down

0 comments on commit 64ba023

Please sign in to comment.