mirror of https://github.com/nodejs/node.git
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
parent
db1c2beae6
commit
589b67aa17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue