From 2cc715f55d736ccf7b11a4c60eb166b336452bbc Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Sat, 16 Jul 2022 12:30:31 -0400 Subject: [PATCH] docs: Add release step to replace blog post author --- src/plugins/recurring-issues/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/recurring-issues/index.js b/src/plugins/recurring-issues/index.js index dfd139e..f6f66eb 100644 --- a/src/plugins/recurring-issues/index.js +++ b/src/plugins/recurring-issues/index.js @@ -24,6 +24,7 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY - [ ] Start the release on [Jenkins](https://jenkins.eslint.org) - [ ] 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 @@ -47,6 +48,7 @@ Typically Monday for regular releases; two days after patch releases. - [ ] Start the release on [Jenkins](https://jenkins.eslint.org) - [ ] 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