We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdf6dd commit c86fe23Copy full SHA for c86fe23
doc/contributing/releases.md
@@ -944,6 +944,13 @@ a `NODEJS_RELEASE_HOST` environment variable:
944
NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh
945
```
946
947
+> \[!TIP]
948
+> Sometimes, due to machines being overloaded or other external factors,
949
+> the files at <https://nodejs.org/dist/index.json>, <https://nodejs.org/dist/index.tab>
950
+> or `SHASUMS256.txt` may not be generated correctly.
951
+> In this case you can repeat the signing step in order
952
+> to fix it. e.g: `./tools/release.sh -s`.
953
+
954
`tools/release.sh` will perform the following actions when run:
955
956
<details>
0 commit comments