Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e96451e

Browse filesBrowse files
RafaelGSSMoLow
authored andcommitted
doc: fix release-post script location
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #47517 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent e2292f9 commit e96451e
Copy full SHA for e96451e

File tree

Expand file treeCollapse file tree

1 file changed

+7
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-2
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+7-2Lines changed: 7 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,12 @@ There is an automatic build that is kicked off when you promote new builds, so
954954
within a few minutes nodejs.org will be listing your new version as the latest
955955
release. 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+
958963
This 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.