Scheduled release for September 18th, 2026
Author: eslint-github-bot[bot]Created Sep 7, 2026Updated Sep 17, 2026
Labelsreleasetriage:no
The next scheduled release will occur on Friday, September 18th, 2026.
Release Day Checklist
- Remove the 'tsc agenda' label on this issue
- Review open pull requests and merge any that are ready
- Verify if there are other packages (i.e.,
espree,eslint-scope,eslint-visitor-keys,@eslint/eslintrc) that need to be released first - Update
package.jsonin theeslintrepo with new versions from the preceding step (find the Mend Renovate pull request and merge it) - Start the
eslintrelease on Jenkins - If there are any changes in
@eslint/js:- Update the
eslintpeer dependency inpackages/js/package.jsonto the new version (create and merge a pull request) - Start the
@eslint/jsrelease on Jenkins
- Update the
- Update the release blog post:
- Add a "Highlights" section for any noteworthy changes.
- In the
authorsfrontmatter, replaceeslintbotwith your GitHub username. - Remove the
draft: trueline in frontmatter.
- Make a release announcement on social media
- Make a release announcement in the Discord '#announcements' channel
- Add a comment to this issue saying the release is out
- Add the 'patch release pending' label to this issue
Two Days After Release Day Checklist
Typically Monday for regular releases; two days after patch releases.
- Check the issues list for any regression issues
No Regressions Checklist
- Remove the 'patch release pending' label from this issue
- Close this issue
Patch Release Checklist
- Resolve the regression by merging any necessary fixes
- Start the release on Jenkins
- Update the release blog post:
- Add a "Highlights" section for any noteworthy changes.
- In the
authorsfrontmatter, replaceeslintbotwith your GitHub username. - Remove the
draft: trueline in frontmatter.
- Make a release announcement on social media
- Make a release announcement in the Discord '#announcements' channel
- Add a comment to this issue saying the release is out
- Wait two days and repeat the Two Days After a Release checklist
- Close this issue
Followup
Please use this issue to document how the release went, any problems during the release, and anything the team might want to know about the release process. This issue should be closed after all patch releases have been completed (or there was no patch release needed).
Resources:
Source: eslint/eslint