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 May 13, 2022
1 parent 800512f commit 6612b29
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.20, error on cherry picking 27383a12c2fedac8cb1d01ec5a5b72b4e3231730:



to continue do:
git fetch && git checkout backport/2422-to-3.20 && git reset --hard HEAD^
git cherry-pick 27383a12c2fedac8cb1d01ec5a5b72b4e3231730
git cherry-pick 68abd8dbd54536b1dd5ec8d7fac35a07e3020520
git push origin backport/2422-to-3.20 --force

0 comments on commit 6612b29

Please sign in to comment.