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 <makhil@vmware.com>
This commit is contained in:
Akhil Mohan 2022-11-03 23:46:55 +05:30
parent bb0c3804c6
commit 2d9f0f2fbd
No known key found for this signature in database
GPG Key ID: 6025CC36B3981249

View File

@ -189,6 +189,9 @@ process:
```console ```console
$ git cherry-pick -xsS <commit> $ git cherry-pick -xsS <commit>
``` ```
(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_: 4. Push the branch and open up a PR against the _release branch_:
``` ```