From 33b3d8646b935988119f0dff98e99c0f92c98f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 22 Oct 2022 09:27:00 +0200 Subject: [PATCH] doc: add note about latest GitHub release Refs: https://github.blog/changelog/2022-10-21-explicitly-set-the-latest-release/ PR-URL: https://github.com/nodejs/node/pull/45111 Reviewed-By: Richard Lau Reviewed-By: Rafael Gonzaga Reviewed-By: Ruy Adorno Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson --- doc/contributing/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 4e7ac323d233e6..205f7e1dd82939 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -903,6 +903,8 @@ This script will use the promoted builds and changelog to generate the post. Run * Select the tag version you pushed earlier. * For release title, copy the title from the changelog. * For the description, copy the rest of the changelog entry. +* If you are not releasing the latest "Current", uncheck + "Set as the latest release". * Click on the "Publish release" button. ### 19. Cleanup