mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Myles Borins
parent
0c6b5cea42
commit
0d31293d4a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user