From 5f16fe486df6c0e7700a560c7387e2157da8eb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Tue, 3 May 2022 09:12:49 -0500 Subject: [PATCH] doc: improve commit message example for releases --- 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