mirror of https://github.com/nodejs/node.git
doc: improve commit message example for releases
PR-URL: https://github.com/nodejs/node/pull/42954 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>pull/42993/head
parent
74af116b2e
commit
183447888b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue