Skip to content

Commit 9224e3e

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: update release-post nodejs.org script
PR-URL: #53762 Refs: nodejs/nodejs.org#6850 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent aff9a53 commit 9224e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ release. However, the blog post is not yet fully automatic.
10041004
Create a new blog post by running the [nodejs.org release-post.js script][]:
10051005

10061006
```bash
1007-
node ./scripts/release-post/index.mjs x.y.z
1007+
node ./apps/site/scripts/release-post/index.mjs x.y.z
10081008
```
10091009

10101010
This script will use the promoted builds and changelog to generate the post. Run

0 commit comments

Comments
 (0)