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
tkohr committed Nov 13, 2023
1 parent 67c862f commit a3e5c2f
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 2.0.x, error on cherry picking 656ad66b6a4cd8434b48407e1835df650056ce5d:



To continue do:
git fetch && git checkout backport/679-to-2.0.x && git reset --hard HEAD^
git cherry-pick 656ad66b6a4cd8434b48407e1835df650056ce5d
git cherry-pick 4743a103f80e0658b498f7db46d4939767928e7f
git push origin backport/679-to-2.0.x --force

0 comments on commit a3e5c2f

Please sign in to comment.