Skip to content

Commit c09f3dc

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 47063b5 commit c09f3dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/guides/releases.md

+3
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ $ ./tools/release.sh -i ~/.ssh/node_id_rsa
598598

599599
`tools/release.sh` will perform the following actions when run:
600600

601+
<details>
602+
601603
**a.** Select a GPG key from your private keys. It will use a command similar
602604
to: `gpg --list-secret-keys` to list your keys. If you don't have any keys, it
603605
will bail. If you have only one key, it will use that. If you have more than
@@ -631,6 +633,7 @@ SHASUMS256.txt.sig.
631633

632634
**g.** Upload the `SHASUMS256.txt` files back to the server into the release
633635
directory.
636+
</details>
634637

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

0 commit comments

Comments
 (0)