Skip to content

Commit

Permalink
doc: update release-post nodejs.org script
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
RafaelGSS committed Jul 17, 2024
1 parent db1c2be commit 589b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 589b67a

Please sign in to comment.