diff --git a/doc/guides/releases.md b/doc/guides/releases.md index c07fcbf5a82b8b..fbbb43b4e3e7a4 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: +
+ **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. +
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