From 3f5cd28e4ea9e5d2c311027072284926eebf396e Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 30 Jan 2023 22:08:17 -0300 Subject: [PATCH] doc: add note about major release rotation --- doc/contributing/releases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index c2f26eebe884f3..1822c120b2b722 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1126,6 +1126,9 @@ Major releases should be targeted for the third Tuesday of the release month. A major release must not slip beyond the release month. In other words, major releases must not slip into May or November. +The @nodejs/releasers make a call for releasers 3 months in advance. +Currently, this call is automated in the #nodejs-release-private slack channel + The release date for the next major release should be announced immediately following the current release (e.g. the release date for 13.0.0 should be announced immediately following the release of 12.0.0).