Skip to content

Commit 4c7e418

Browse files
authored
fix: update release issue body (#260)
1 parent 702c72c commit 4c7e418

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/plugins/recurring-issues/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY
3535
## Release Day Checklist
3636
3737
- [ ] Remove the 'tsc agenda' label on this issue
38-
- [ ] Review open pull requests and merge any that are [ready](https://eslint.org/docs/maintainer-guide/pullrequests#when-to-merge-a-pull-request)
38+
- [ ] Review open pull requests and merge any that are [ready](https://eslint.org/docs/latest/maintain/review-pull-requests#when-to-merge-a-pull-request)
3939
- [ ] Verify if there are other packages (i.e., \`espree\`, \`eslint-scope\`, \`eslint-visitor-keys\`, \`@eslint/eslintrc\`) that need to be released first
4040
- [ ] Release \`@eslint/js\` to match the upcoming \`eslint\` version in [Jenkins](https://jenkins2.eslint.org)
4141
- [ ] Update \`package.json\` in the \`eslint\` repo with new versions from the preceding steps (create and merge a pull request)
@@ -44,8 +44,8 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY
4444
- [ ] Add a "Highlights" section for any noteworthy changes.
4545
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
4646
- [ ] Remove the \`draft: true\` line in frontmatter.
47-
- [ ] Make a release announcement on Twitter
48-
- [ ] Make a release announcement in the Discord '#announcements' channel
47+
- [ ] Make a release announcement on [social media](https://github.com/eslint/team/actions/workflows/social-post.yml)
48+
- [ ] Make a release announcement in the [Discord '#announcements' channel](https://discord.com/channels/688543509199716507/710284269657784440)
4949
- [ ] Add a comment to this issue saying the release is out
5050
- [ ] Add the 'patch release pending' label to this issue
5151
@@ -68,8 +68,8 @@ Typically Monday for regular releases; two days after patch releases.
6868
- [ ] Add a "Highlights" section for any noteworthy changes.
6969
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
7070
- [ ] Remove the \`draft: true\` line in frontmatter.
71-
- [ ] Make a release announcement on Twitter
72-
- [ ] Make a release announcement in the Discord '#announcements' channel
71+
- [ ] Make a release announcement on [social media](https://github.com/eslint/team/actions/workflows/social-post.yml)
72+
- [ ] Make a release announcement in the [Discord '#announcements' channel](https://discord.com/channels/688543509199716507/710284269657784440)
7373
- [ ] Add a comment to this issue saying the release is out
7474
- [ ] Wait two days and repeat the Two Days After a Release checklist
7575
- [ ] Close this issue
@@ -80,7 +80,7 @@ Please use this issue to document how the release went, any problems during the
8080
8181
Resources:
8282
83-
* [Release guidelines](https://eslint.org/docs/maintainer-guide/releases)
83+
* [Release guidelines](https://eslint.org/docs/latest/maintain/manage-releases)
8484
8585
`.trim();
8686
}

0 commit comments

Comments
 (0)