doc: update release-post nodejs.org script

PR-URL: https://github.com/nodejs/node/pull/53762
Refs: https://github.com/nodejs/nodejs.org/pull/6850
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
pull/53889/head
Rafael Gonzaga 2024-07-17 12:29:46 -03:00 committed by GitHub
parent db1c2beae6
commit 589b67aa17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ release. However, the blog post is not yet fully automatic.
Create a new blog post by running the [nodejs.org release-post.js script][]:
```bash
node ./scripts/release-post/index.mjs x.y.z
node ./apps/site/scripts/release-post/index.mjs x.y.z
```
This script will use the promoted builds and changelog to generate the post. Run