Skip to content

Commit

Permalink
chore: Update release instructions for draft blog posts (#176)
Browse files Browse the repository at this point in the history
* chore: Update release instructions for draft blog posts

Once eslint/eslint#16130 is merged, release blog
posts will be unpublished drafts by default and only published once the
releaser adds the highlights.

* docs: Add release step to replace blog post author
  • Loading branch information
btmills committed Jul 19, 2022
1 parent 085a46a commit 83ea2cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/plugins/recurring-issues/index.js
Expand Up @@ -22,7 +22,10 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY
- [ ] Remove the 'tsc agenda' label on this issue
- [ ] Review open pull requests and merge any that are [ready](https://eslint.org/docs/maintainer-guide/pullrequests#when-to-merge-a-pull-request)
- [ ] Start the release on [Jenkins](https://jenkins.eslint.org)
- [ ] Update the release blog post with a "Highlights" section
- [ ] Update the release blog post:
- [ ] Add a "Highlights" section for any noteworthy changes.
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
- [ ] Remove the \`draft: true\` line in frontmatter.
- [ ] Make a release announcement on Twitter
- [ ] Make a release announcement in the Discord '#announcements' channel
- [ ] Add a comment to this issue saying the release is out
Expand All @@ -43,7 +46,10 @@ Typically Monday for regular releases; two days after patch releases.
- [ ] Resolve the regression by merging any necessary fixes
- [ ] Start the release on [Jenkins](https://jenkins.eslint.org)
- [ ] Update the release blog post with a "Highlights" section
- [ ] Update the release blog post:
- [ ] Add a "Highlights" section for any noteworthy changes.
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
- [ ] Remove the \`draft: true\` line in frontmatter.
- [ ] Make a release announcement on Twitter
- [ ] Make a release announcement in the Discord '#announcements' channel
- [ ] Add a comment to this issue saying the release is out
Expand Down

0 comments on commit 83ea2cb

Please sign in to comment.