We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0c699 commit b4199ecCopy full SHA for b4199ec
doc/contributing/releases.md
@@ -944,6 +944,10 @@ a `NODEJS_RELEASE_HOST` environment variable:
944
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
945
```
946
947
+> \[!TIP]
948
+> In case <https://nodejs.org/dist/index.json>, <https://nodejs.org/dist/index.tab>
949
+> or `SHASUMS256.txt` have not been generated correctly, you can run `./tools/release.sh -s ~/.ssh/node_id_rsa`.
950
+
951
`tools/release.sh` will perform the following actions when run:
952
953
<details>
0 commit comments