File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,12 @@ There is an automatic build that is kicked off when you promote new builds, so
954954within a few minutes nodejs.org will be listing your new version as the latest
955955release. However, the blog post is not yet fully automatic.
956956
957- Create a new blog post by running the [ nodejs.org release-post.js script] [ ] .
957+ Create a new blog post by running the [ nodejs.org release-post.js script] [ ] :
958+
959+ ``` console
960+ $ node ./scripts/release-post/index.mjs x.y.z
961+ ```
962+
958963This script will use the promoted builds and changelog to generate the post. Run
959964` npm run serve ` to preview the post locally before pushing to the
960965[ nodejs.org repository] [ ] .
@@ -1287,5 +1292,5 @@ take place once a new LTS line has been released.
12871292[ Snap ] : https://snapcraft.io/node
12881293[ build-infra team ] : https://github.com/orgs/nodejs/teams/build-infra
12891294[ expected assets ] : https://github.com/nodejs/build/tree/HEAD/ansible/www-standalone/tools/promote/expected_assets
1290- [ nodejs.org release-post.js script ] : https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post.js
1295+ [ nodejs.org release-post.js script ] : https://github.com/nodejs/nodejs.org/blob/HEAD/scripts/release-post/index.mjs
12911296[ nodejs.org repository ] : https://github.com/nodejs/nodejs.org
You can’t perform that action at this time.
0 commit comments