Skip to content

Commit b47c230

Browse files
RafaelGSStargos
authored andcommitted
doc: update release-post nodejs.org script
PR-URL: #53762 Refs: nodejs/nodejs.org#6850 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent b377b93 commit b47c230

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)