Skip to content

Commit b50b34b

Browse files
committed
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: #35260 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 1a8f3a8 commit b50b34b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/guides/releases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ $ ./tools/release.sh -i ~/.ssh/node_id_rsa
604604

605605
`tools/release.sh` will perform the following actions when run:
606606

607+
<details>
608+
607609
**a.** Select a GPG key from your private keys. It will use a command similar
608610
to: `gpg --list-secret-keys` to list your keys. If you don't have any keys, it
609611
will bail. If you have only one key, it will use that. If you have more than
@@ -637,6 +639,7 @@ SHASUMS256.txt.sig.
637639

638640
**g.** Upload the `SHASUMS256.txt` files back to the server into the release
639641
directory.
642+
</details>
640643

641644
If you didn't wait for ARM builds in the previous step before promoting the
642645
release, you should re-run `tools/release.sh` after the ARM builds have

0 commit comments

Comments
 (0)