Skip to content

Commit

Permalink
doc: update release-post nodejs.org script
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jul 8, 2024
1 parent 7622dd8 commit e301caa
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 e301caa

Please sign in to comment.