-
Notifications
You must be signed in to change notification settings - Fork 30k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update announce documentation for releases
This updates the announce section to match the current process of announcing releases on Node.js. This also mentions the latest Bluesky automation. PR-URL: #56200 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1090,20 +1090,18 @@ This script will use the promoted builds and changelog to generate the post. Run | |
### 19. Announce | ||
|
||
The nodejs.org website will automatically rebuild and include the new version. | ||
To announce the build on Twitter through the official @nodejs account, email | ||
<[email protected]> with a message such as: | ||
To announce the build on social media, please ping the @nodejs-social-team | ||
on offical slack channel. | ||
|
||
Node.js is also available on Bluesky and a release announcement can be | ||
reposted using [nodejs/bluesky](https://github.com/nodejs/bluesky) repository. | ||
|
||
The post content can be as simple as: | ||
|
||
> v5.8.0 of @nodejs is out: <https://nodejs.org/en/blog/release/v5.8.0/> | ||
> … | ||
> something here about notable changes | ||
To ensure communication goes out with the timing of the blog post, please allow | ||
24 hour prior notice. If known, please include the date and time the release | ||
will be shared with the community in the email to coordinate these | ||
announcements. | ||
|
||
Ping the IRC ops and the other [Partner Communities][] liaisons. | ||
|
||
<details> | ||
<summary>Security release</summary> | ||
|
||
|
@@ -1437,7 +1435,6 @@ Typical resolution: sign the release again. | |
[Build issue tracker]: https://github.com/nodejs/build/issues/new | ||
[CI lockdown procedure]: https://github.com/nodejs/build/blob/HEAD/doc/jenkins-guide.md#restricting-access-for-security-releases | ||
[Node.js Snap management repository]: https://github.com/nodejs/snap | ||
[Partner Communities]: https://github.com/nodejs/community-committee/blob/HEAD/governance/PARTNER_COMMUNITIES.md | ||
[Snap]: https://snapcraft.io/node | ||
[`create-release-proposal`]: https://github.com/nodejs/node/actions/workflows/create-release-proposal.yml | ||
[build-infra team]: https://github.com/orgs/nodejs/teams/build-infra | ||
|