Skip to content

Commit

Permalink
fix: update Jenkins URL in release issue body (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Mar 18, 2024
1 parent 7473faf commit 98e99cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/recurring-issues/index.js
Expand Up @@ -21,10 +21,10 @@ 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/maintainer-guide/pullrequests#when-to-merge-a-pull-request)
- [ ] Release \`@eslint/js\` to match the upcoming \`eslint\` version in [Jenkins](https://jenkins.eslint.org)
- [ ] Release \`@eslint/js\` to match the upcoming \`eslint\` version in [Jenkins](https://jenkins2.eslint.org)
- [ ] 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 steps (create and merge a pull request)
- [ ] Start the release on [Jenkins](https://jenkins.eslint.org)
- [ ] Start the 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.
Expand All @@ -48,7 +48,7 @@ Typically Monday for regular releases; two days after patch releases.
## Patch Release Checklist
- [ ] Resolve the regression by merging any necessary fixes
- [ ] Start the release on [Jenkins](https://jenkins.eslint.org)
- [ ] Start the 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.
Expand Down

0 comments on commit 98e99cb

Please sign in to comment.