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 Sep 22, 2023
1 parent 579a28e commit 81f66f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Error on backporting to branch 2.7, error on cherry picking c842e2e159f155dafa7a28436f58ebfebca78c44:



To continue do:
git fetch && git checkout backport/10672-to-2.7 && git reset --hard HEAD^
git cherry-pick c842e2e159f155dafa7a28436f58ebfebca78c44
git cherry-pick 3dd8f71bedf28feef650b61d6c509d7036e8af27
git cherry-pick 23509db6f0295cc95084bf55a80bf03eb74c90a3
git cherry-pick 292520ad12c547d829ad223ee83cc96841b5253e
git push origin backport/10672-to-2.7 --force

0 comments on commit 81f66f7

Please sign in to comment.