We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbebfd commit b5498edCopy full SHA for b5498ed
doc/releases.md
@@ -345,6 +345,21 @@ Notable changes:
345
* Copy the notable changes list here, reformatted for plain-text
346
```
347
348
+For security releases, begin the commit message with the phrase
349
+`This is a security release.` to allow the
350
+[distribution indexer](https://github.com/nodejs/nodejs-dist-indexer) to
351
+identify it as such:
352
+
353
+```txt
354
+YYYY-MM-DD, Version x.y.z (Release Type)
355
356
+This is a security release.
357
358
+Notable changes:
359
360
+* Copy the notable changes list here, reformatted for plain-text
361
+```
362
363
### 6. Propose Release on GitHub
364
365
Push the release branch to `nodejs/node`, not to your own fork. This allows
0 commit comments