doc: add note regarding pushing release tags

Tags shouldn't be pushed unless the remainder of release steps are able
to be completed.

PR-URL: https://github.com/nodejs/node/pull/25569
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Myles Borins
2019-01-18 12:06:26 -05:00
committed by Myles Borins
parent 0c6b5cea42
commit 0d31293d4a

View File

@@ -473,6 +473,9 @@ following command:
$ git push <remote> <vx.y.z>
```
*Note*: Please do not push the tag unless you are ready to complete the
remainder of the release steps.
### 12. Set Up For the Next Release
On release proposal branch, edit `src/node_version.h` again and: