Update RELEASING.md to clarify a step in tagging process

This commit is contained in:
ZHANG Dapeng 2022-01-25 12:01:59 -08:00 committed by GitHub
parent 128324540f
commit c59cc11e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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