From 54e4f05cf883ee30bb314fa540e974dcbd5e212d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Fri, 6 May 2022 11:16:28 -0500 Subject: [PATCH] doc: improve commit message example for releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/42954 Reviewed-By: Richard Lau Reviewed-By: Beth Griggs Reviewed-By: Luigi Pinca Reviewed-By: Danielle Adams Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Michael Dawson Reviewed-By: Trivikram Kamat Reviewed-By: Akhil Marsonya --- doc/contributing/releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 44a2eba83f1394..8264dd89c6e6f7 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -359,6 +359,8 @@ YYYY-MM-DD, Version x.y.z (Release Type) Notable changes: * Copy the notable changes list here, reformatted for plain-text + +PR-URL: TBD ``` For security releases, begin the commit message with the phrase @@ -374,6 +376,8 @@ This is a security release. Notable changes: * Copy the notable changes list here, reformatted for plain-text + +PR-URL: TBD ``` ### 6. Propose release on GitHub