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 Dec 8, 2020
1 parent 527cfef commit ccf95a8
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 release_2, error on cherry picking a705f85fc0a3cb96a9a2e12ead32a924e19e61c2:



to continue do:
git fetch && git checkout backport/797-to-release_2 && git reset --hard HEAD^
git cherry-pick a705f85fc0a3cb96a9a2e12ead32a924e19e61c2
git cherry-pick 18e2f99cc28ec10aafdb9715e32b169d3409047a
git push origin backport/797-to-release_2 --force

0 comments on commit ccf95a8

Please sign in to comment.