From 587e14693bbea8b12aa5c99d2019d121868a24ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 8 Aug 2024 05:55:02 +0000 Subject: [PATCH] [skip ci] Add instructions to finish the backport --- BACKPORT_TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BACKPORT_TODO diff --git a/BACKPORT_TODO b/BACKPORT_TODO new file mode 100644 index 000000000..ad0c51586 --- /dev/null +++ b/BACKPORT_TODO @@ -0,0 +1,8 @@ +Error on backporting to branch 1.2, error on cherry picking 27848054dccbdd6c35c0d16492f84b71aa9759e4: + + + +To continue do: +git fetch && git checkout backport/1864-to-1.2 && git reset --hard HEAD^ +git cherry-pick 27848054dccbdd6c35c0d16492f84b71aa9759e4 +git push origin backport/1864-to-1.2 --force