From 00a042af581dbee3c52ede0d02f696ba770c2910 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Mon, 9 Feb 2026 07:45:54 +0100 Subject: [PATCH 1/2] fix: update release issue body --- src/plugins/recurring-issues/index.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/plugins/recurring-issues/index.js b/src/plugins/recurring-issues/index.js index 16568724..1c2efefa 100644 --- a/src/plugins/recurring-issues/index.js +++ b/src/plugins/recurring-issues/index.js @@ -37,9 +37,11 @@ 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/latest/maintain/review-pull-requests#when-to-merge-a-pull-request) - [ ] Verify if there are other packages (i.e., \`espree\`, \`eslint-scope\`, \`eslint-visitor-keys\`, \`@eslint/eslintrc\`) that need to be released first -- [ ] Release \`@eslint/js\` to match the upcoming \`eslint\` version in [Jenkins](https://jenkins2.eslint.org) -- [ ] Update \`package.json\` in the \`eslint\` repo with new versions from the preceding steps (create and merge a pull request) -- [ ] Start the release on [Jenkins](https://jenkins2.eslint.org) +- [ ] Update \`package.json\` in the \`eslint\` repo with new versions from the preceding step (find the [Mend Renovate pull request](https://github.com/eslint/eslint/pulls/app%2Frenovate) and merge it) +- [ ] Start the \`eslint\` release on [Jenkins](https://jenkins2.eslint.org) +- If there are any changes in \`@eslint/js\`: + - [ ] Update the \`eslint\` peer dependency in \`packages/js/package.json\` to the new version (create and merge a pull request) + - [ ] Start the \`@eslint/js\` release on [Jenkins](https://jenkins2.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. From d87214d8c31c1a7df31608169247c35f97de7e50 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Mon, 9 Feb 2026 07:56:22 +0100 Subject: [PATCH 2/2] fix layout --- src/plugins/recurring-issues/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/recurring-issues/index.js b/src/plugins/recurring-issues/index.js index 1c2efefa..ffe979b0 100644 --- a/src/plugins/recurring-issues/index.js +++ b/src/plugins/recurring-issues/index.js @@ -39,7 +39,7 @@ The next scheduled release will occur on ${releaseDate.format("dddd, MMMM Do, YY - [ ] Verify if there are other packages (i.e., \`espree\`, \`eslint-scope\`, \`eslint-visitor-keys\`, \`@eslint/eslintrc\`) that need to be released first - [ ] Update \`package.json\` in the \`eslint\` repo with new versions from the preceding step (find the [Mend Renovate pull request](https://github.com/eslint/eslint/pulls/app%2Frenovate) and merge it) - [ ] Start the \`eslint\` release on [Jenkins](https://jenkins2.eslint.org) -- If there are any changes in \`@eslint/js\`: +- [ ] If there are any changes in \`@eslint/js\`: - [ ] Update the \`eslint\` peer dependency in \`packages/js/package.json\` to the new version (create and merge a pull request) - [ ] Start the \`@eslint/js\` release on [Jenkins](https://jenkins2.eslint.org) - [ ] Update the release blog post: