Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2016-03-23 21:47:12 +0300
committerJames M Snell <jasnell@gmail.com>2016-03-25 07:25:23 +0300
commitbe68b68d4863f0d389cc46fdf6f1cbcd1b241d0a (patch)
tree148458fe37c0b036e479b13ea9ad4fac7adfce6e /doc/releases.md
parent04ac1c0c0746f8ef188d308728d161157ea72093 (diff)
doc: add instructions to only sign a release
PR-URL: https://github.com/nodejs/node/pull/5876 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 1c77b91a014..512deb34acf 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -246,6 +246,8 @@ Use `tools/release.sh` to promote and sign the build. When run, it will perform
If you didn't wait for ARM builds in the previous step before promoting the release, you should re-run `tools/release.sh` after the ARM builds have finished. That will move the ARM artifacts into the correct location. You will be prompted to re-sign SHASUMS256.txt.
+Note: it is possible to only sign a release by running `./tools/release.sh -s vX.Y.Z`.
+
### 13. Check the Release
Your release should be available at <https://nodejs.org/dist/vx.y.z/> and <https://nodejs.org/dist/latest/>. Check that the appropriate files are in place. You may want to check that the binaries are working as appropriate and have the right internal version strings. Check that the API docs are available at <https://nodejs.org/api/>. Check that the release catalog files are correct at <https://nodejs.org/dist/index.tab> and <https://nodejs.org/dist/index.json>.