Skip to content

Commit 9d8a225

Browse files
committed
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: #25569 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent a9ffce9 commit 9d8a225

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases.md

+3
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,9 @@ following command:
473473
$ git push <remote> <vx.y.z>
474474
```
475475

476+
*Note*: Please do not push the tag unless you are ready to complete the
477+
remainder of the release steps.
478+
476479
### 12. Set Up For the Next Release
477480

478481
On release proposal branch, edit `src/node_version.h` again and:

0 commit comments

Comments
 (0)