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 Jan 13, 2025
1 parent 4aaddc6 commit c39810d
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 3cbb117af16820615b02e32b9480abdcc7094fd5:



To continue do:
git fetch && git checkout backport/11633-to-2.7 && git reset --hard HEAD^
git cherry-pick 3cbb117af16820615b02e32b9480abdcc7094fd5
git push origin backport/11633-to-2.7 --force

0 comments on commit c39810d

Please sign in to comment.