Skip to content

Commit

Permalink
chore: Update release instructions for draft blog posts
Browse files Browse the repository at this point in the history
Once eslint/eslint#16130 is merged, release blog
posts will be unpublished drafts by default and only published once the
releaser adds the highlights.
  • Loading branch information
btmills committed Jul 15, 2022
1 parent 981a3ce commit ed83cb6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/plugins/recurring-issues/index.js
Expand Up @@ -22,7 +22,9 @@ 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.
- [ ] 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 +45,9 @@ 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.
- [ ] 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 ed83cb6

Please sign in to comment.