Skip to content

Commit

Permalink
[skip ci] Add instructions to finish the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 21, 2024
1 parent 1a2cda0 commit ba0a0f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Error on backporting to branch 2.7, error on cherry picking 81726db8a948175b52e6501cec3fc53185a2a011:



To continue do:
git fetch && git checkout backport/11180-to-2.7 && git reset --hard HEAD^
git cherry-pick 81726db8a948175b52e6501cec3fc53185a2a011
git push origin backport/11180-to-2.7 --force

0 comments on commit ba0a0f2

Please sign in to comment.