Merge pull request #7626 from akhilerm/update-cherry-pick-process

docs: add additional info in backport process
This commit is contained in:
Kazuyoshi Kato 2022-11-03 13:56:14 -07:00 committed by GitHub
commit c21d1baa88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,9 @@ process:
```console
$ 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_:
```