From d7ab1baed2423b3827ddf90846ed6b602673b38b 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 PR-URL: https://github.com/nodejs/node/pull/8126 Reviewed-By: James M Snell Reviewed-By: Myles Borins Reviewed-By: Rich Trott --- doc/releases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/releases.md b/doc/releases.md index 25cdb56a47..d09f326f6a 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.