Skip to content

Commit c4a97d8

Browse files
committed
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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 12baefb commit c4a97d8

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)