This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-3 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 0c7bf126eb6177939b40c2f8cc2c88c04b862d24 Author: liferoad <[email protected]> AuthorDate: Sun Apr 20 14:25:28 2025 -0400 Update release-guide.md --- contributor-docs/release-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index 590e142e7de..b633c7b74e0 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -1337,3 +1337,7 @@ git checkout origin/release-2.62.0 git revert 41215a3116b5e866d1e5b017611a479eeee72df1 git push origin HEAD:release-2.62.0 ``` + +### How to create a cherry-pick + +More detailes are at https://cwiki.apache.org/confluence/display/BEAM/Git+Tips#GitTips-Howtocreateacherry-pickpullrequestforanongoingreleasebranch
