◐ Shell
clean mode source ↗

doc: mention `-a` flag for the release script · nodejs/node@c4a97d8

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>