summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-09-18 12:55:59 -0400
committerMyles Borins <mylesborins@github.com>2020-11-16 11:58:04 -0500
commitb50b34b30e7b77c0c9cd6243df2c88c13df1dded (patch)
treef4a5ac9276efd38190c460753685e0f3e85799bd /doc
parent1a8f3a844ef7ef9d6a7a0df3e81f8b4d7f91bf39 (diff)
downloadnode-new-b50b34b30e7b77c0c9cd6243df2c88c13df1dded.tar.gz
doc: put release script specifics in details
Listing all the steps can be confusing an make it seem like the releaser is meant to run each of these steps manually. In fact I personally did that my first release. Let's put those steps in a details block to make it more obvious that it is informational and not steps to follow PR-URL: https://github.com/nodejs/node/pull/35260 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/releases.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/releases.md b/doc/guides/releases.md
index c07fcbf5a8..fbbb43b4e3 100644
--- a/doc/guides/releases.md
+++ b/doc/guides/releases.md
@@ -604,6 +604,8 @@ $ ./tools/release.sh -i ~/.ssh/node_id_rsa
`tools/release.sh` will perform the following actions when run:
+<details>
+
**a.** Select a GPG key from your private keys. It will use a command similar
to: `gpg --list-secret-keys` to list your keys. If you don't have any keys, it
will bail. If you have only one key, it will use that. If you have more than
@@ -637,6 +639,7 @@ SHASUMS256.txt.sig.
**g.** Upload the `SHASUMS256.txt` files back to the server into the release
directory.
+</details>
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