Skip to content

Commit 2adbd53

Browse files
fenMylesBorins
fen
authored andcommitted
doc: add commit formats for release blog posts
this commit enhances the guidelines to creating a release blog post, specifically by adding a commit format that must be adhered to when creating a pull request on the website repository Fixes: #8629 PR-URL: #8631 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 764502b commit 2adbd53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/releases.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,12 @@ Create a new blog post by running the [nodejs.org release-post.js script](https:
267267
* You can add a short blurb just under the main heading if you want to say something important, otherwise the text should be publication ready.
268268
* The links to the download files won't be complete unless you waited for the ARMv6 builds. Any downloads that are missing will have `*Coming soon*` next to them. It's your responsibility to manually update these later when you have the outstanding builds.
269269
* The SHASUMS256.txt.asc content is at the bottom of the post. When you update the list of tarballs you'll need to copy/paste the new contents of this file to reflect those changes.
270-
* Always use pull-requests on the nodejs.org repo. Be respectful of that working group, but you shouldn't have to wait for PR sign-off. Opening a PR and merging it immediately _should_ be fine.
270+
* Always use pull-requests on the nodejs.org repo. Be respectful of that working group, but you shouldn't have to wait for PR sign-off. Opening a PR and merging it immediately _should_ be fine. However, please follow the following commit message format:
271+
```
272+
Blog: vX.Y.Z release post
273+
274+
Refs: <full URL to your release proposal PR>
275+
```
271276
* Changes to `master` on the nodejs.org repo will trigger a new build of nodejs.org so your changes should appear in a few minutes after pushing.
272277

273278
### 15. Announce

0 commit comments

Comments
 (0)