diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index b1116de86f8599..0160d94fea5a61 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -944,6 +944,13 @@ a `NODEJS_RELEASE_HOST` environment variable: NODEJS_RELEASE_HOST=proxy.xyz ./tools/release.sh ``` +> \[!TIP] +> Sometimes, due to machines being overloaded or other external factors, +> the files at , +> or `SHASUMS256.txt` may not be generated correctly. +> In this case you can repeat the signing step in order +> to fix it. e.g: `./tools/release.sh -s`. + `tools/release.sh` will perform the following actions when run: