Skip to content

Commit

Permalink
doc,meta: codify security release commit message
Browse files Browse the repository at this point in the history
The release commit message for security releases have conventionally
started with the phrase `This is a security release.`. Codify this
as part of the release process so that the distribution indexer can
use this to detect and mark releases as security releases.

Fixes: nodejs/Release#437
Refs: nodejs#27612 (comment)
Refs: nodejs/nodejs-dist-indexer#9
  • Loading branch information
richardlau committed May 10, 2019
1 parent ac56dc9 commit 843d491
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,21 @@ Notable changes:
* Copy the notable changes list here, reformatted for plain-text
```

For security releases, begin the commit message with the phrase
`This is a security release.` to allow the
[distribution indexer](https://github.com/nodejs/nodejs-dist-indexer) to
identify it as such:

```txt
YYYY-MM-DD, Version x.y.z (Release Type)
This is a security release.
Notable changes:
* Copy the notable changes list here, reformatted for plain-text
```

### 6. Propose Release on GitHub

Push the release branch to `nodejs/node`, not to your own fork. This allows
Expand Down

0 comments on commit 843d491

Please sign in to comment.