Skip to content

Commit c2fa359

Browse files
ruyadornomarco-ippolito
authored andcommitted
doc: mention -a flag for the release script
Document that running `./tools/release.sh` script using the recently added `-a` CLI flag enables the previously-default interactive interface to select the correct PGP key. PR-URL: #56124 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 13455ca commit c2fa359

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/contributing/releases.md

+7
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,13 @@ a `NODEJS_RELEASE_HOST` environment variable:
966966
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
967967
```
968968

969+
In case `gpg` is unable to autoselect a key, you can retry using the
970+
`-a` option to enable an interactive interface:
971+
972+
```bash
973+
./tools/release.sh -a
974+
```
975+
969976
> \[!TIP]
970977
> Sometimes, due to machines being overloaded or other external factors,
971978
> the files at <https://nodejs.org/dist/index.json>, <https://nodejs.org/dist/index.tab>

0 commit comments

Comments
 (0)