From 5a8489004ac7a6f557fe878c6a45865ddd58bff8 Mon Sep 17 00:00:00 2001 From: Tracy Hinds Date: Tue, 16 Aug 2016 14:25:56 -0400 Subject: [PATCH] doc: update release announce instruction to tweet --- doc/releases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/releases.md b/doc/releases.md index 25cdb56a4791de..d09f326f6add55 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -299,10 +299,12 @@ Create a new blog post by running the [nodejs.org release-post.js script](https: ### 15. Announce -The nodejs.org website will automatically rebuild and include the new version. You simply need to announce the build, preferably via Twitter with a message such as: +The nodejs.org website will automatically rebuild and include the new version. To announce the build on Twitter through the official @nodejs account, email [pr@nodejs.org](pr@nodejs.org) with a message such 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. + ### 16. Cleanup Close your release proposal PR and remove the proposal branch.