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 Mar 2, 2023
1 parent 4c8425b commit f62f08c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Error on backporting to branch 3.29, error on cherry picking 8dd94ea39f58b864df692b805080ac8e96fd2916:



To continue do:
git fetch && git checkout backport/2820-to-3.29 && git reset --hard HEAD^
git cherry-pick 8dd94ea39f58b864df692b805080ac8e96fd2916
git cherry-pick 4e569c19e880c842ab55edafa93b0282a9bd72d8
git push origin backport/2820-to-3.29 --force

0 comments on commit f62f08c

Please sign in to comment.