You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plugins/recurring-issues/index.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY
35
35
## Release Day Checklist
36
36
37
37
- [ ] 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)
39
39
- [ ] Verify if there are other packages (i.e., \`espree\`, \`eslint-scope\`, \`eslint-visitor-keys\`, \`@eslint/eslintrc\`) that need to be released first
40
40
- [ ] Release \`@eslint/js\` to match the upcoming \`eslint\` version in [Jenkins](https://jenkins2.eslint.org)
41
41
- [ ] 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
44
44
- [ ] Add a "Highlights" section for any noteworthy changes.
45
45
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
46
46
- [ ] 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)
49
49
- [ ] Add a comment to this issue saying the release is out
50
50
- [ ] Add the 'patch release pending' label to this issue
51
51
@@ -68,8 +68,8 @@ Typically Monday for regular releases; two days after patch releases.
68
68
- [ ] Add a "Highlights" section for any noteworthy changes.
69
69
- [ ] In the \`authors\` frontmatter, replace \`eslintbot\` with your GitHub username.
70
70
- [ ] 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)
73
73
- [ ] Add a comment to this issue saying the release is out
74
74
- [ ] Wait two days and repeat the Two Days After a Release checklist
75
75
- [ ] Close this issue
@@ -80,7 +80,7 @@ Please use this issue to document how the release went, any problems during the
0 commit comments