Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: put release script specifics in details #35260

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/guides/releases.md
Co-authored-by: Anna Henningsen <github@addaleax.net>
  • Loading branch information
MylesBorins and addaleax authored Sep 20, 2020
commit bb1329258109775c5b75c01aa3ba62ef8e9c0a0a
1 change: 1 addition & 0 deletions doc/guides/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ $ ./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
MylesBorins marked this conversation as resolved.
Show resolved Hide resolved
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
Expand Down