File tree 1 file changed +7
-2
lines changed
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
954
954
within a few minutes nodejs.org will be listing your new version as the latest
955
955
release. However, the blog post is not yet fully automatic.
956
956
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
+
958
963
This script will use the promoted builds and changelog to generate the post. Run
959
964
` npm run serve ` to preview the post locally before pushing to the
960
965
[ nodejs.org repository] [ ] .
@@ -1287,5 +1292,5 @@ take place once a new LTS line has been released.
1287
1292
[ Snap ] : https://snapcraft.io/node
1288
1293
[ build-infra team ] : https://github.com/orgs/nodejs/teams/build-infra
1289
1294
[ 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
1291
1296
[ nodejs.org repository ] : https://github.com/nodejs/nodejs.org
You can’t perform that action at this time.
0 commit comments