Skip to content

Commit

Permalink
Update backmerge comment during release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia authored Sep 4, 2024
1 parent 9de25f6 commit b05b0ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ platform :android do

create_backmerge_pr

# Now that an eventual backmerge PR has created an intermediate branch, we can delete the `release/*` branch
# At this point, an intermediate branch has been created by creating a backmerge PR to a hotfix or the next version release branch. This allows us to safely delete the `release/*` branch.
# Note that if a hotfix or new release branches haven't been created, the backmerge PR won't be created as well.
delete_remote_git_branch!(current_branch)
end

Expand Down

0 comments on commit b05b0ba

Please sign in to comment.