From b1a15ab4cff6ee6817d83e02e1b695c24a6bd289 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 18 Jan 2019 12:06:26 -0500 Subject: [PATCH] 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 Reviewed-By: Shelley Vohr Reviewed-By: Beth Griggs Reviewed-By: Ruben Bridgewater --- doc/releases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases.md b/doc/releases.md index e20a640c0b6f87..b03c623ecfd45c 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -473,6 +473,9 @@ following command: $ git push ``` +*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: