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 24, 2023
1 parent 727b95a commit e7669e2
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 3.30, error on cherry picking e687ef115e1ae14bc656b83255cba7d802b1fed0:



To continue do:
git fetch && git checkout backport/2875-to-3.30 && git reset --hard HEAD^
git cherry-pick e687ef115e1ae14bc656b83255cba7d802b1fed0
git push origin backport/2875-to-3.30 --force

0 comments on commit e7669e2

Please sign in to comment.