From 2d9f0f2fbd2211f95162132d2a44e3ee7e4eed0e Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Thu, 3 Nov 2022 23:46:55 +0530 Subject: [PATCH] add additional info in backport process add information in backporting process related to cherry-picking main PR and related fixes Signed-off-by: Akhil Mohan --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 2ce55a85a..c307447c6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -189,6 +189,9 @@ process: ```console $ git cherry-pick -xsS ``` + (Optional) If other commits exist in the main branch which are related + to the cherry-picked commit; eg: fixes to the main PR. It is recommended + to cherry-pick those commits also into this same `my-backport-branch`. 4. Push the branch and open up a PR against the _release branch_: ```