From c59cc11e7a4b99c9e0b5bc32d2954508317b91e7 Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Tue, 25 Jan 2022 12:01:59 -0800 Subject: [PATCH] Update RELEASING.md to clarify a step in tagging process --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 82406c5deb..b868296123 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -133,7 +133,7 @@ Tagging the Release $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT" ``` 6. Go through PR review and push the release tag and updated release branch to - GitHub: + GitHub (DO NOT click the merge button on the GitHub page): ```bash $ git checkout v$MAJOR.$MINOR.x