Simplified release ticklist. (#6700)
Integrated test bullets into main ticklist. Normalized spaces at 2 rather than 3 or 4. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
97f62e406c
commit
6023e13a01
|
@ -25,29 +25,35 @@ This release process will produce releases:
|
|||
- [ ] Verify target [project(s)](https://github.com/eclipse/jetty.project/projects) are complete.
|
||||
- [ ] Verify that branch `jetty-10.0.x` is merged to branch `jetty-11.0.x`.
|
||||
- [ ] Assign issue to "build manager", who will stage the releases.
|
||||
+ [ ] Ensure `VERSION.txt` additions for each release will be meaningful, descriptive, correct text.
|
||||
+ [ ] Stage 9.4 release with Java 11.
|
||||
+ [ ] Stage 10 release with Java 16.
|
||||
+ [ ] Stage 11 release with Java 16.
|
||||
+ [ ] Edit a draft release (for each Jetty release) in GitHub (https://github.com/eclipse/jetty.project/releases). Content is generated with the "changelog tool".
|
||||
+ [ ] Ensure `VERSION.txt` additions for each release will be meaningful, descriptive, correct text.
|
||||
+ [ ] Stage 9.4 release with Java 11.
|
||||
+ [ ] Stage 10 release with Java 16.
|
||||
+ [ ] Stage 11 release with Java 16.
|
||||
+ [ ] Edit a draft release (for each Jetty release) in GitHub (https://github.com/eclipse/jetty.project/releases). Content is generated with the "changelog tool".
|
||||
- [ ] Assign issue to "test manager", who will oversee the testing of the staged releases.
|
||||
+ [ ] Add [testing tick list](https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/.github/test-ticklist.md) to the target [project(s)](https://github.com/eclipse/jetty.project/projects).
|
||||
+ [ ] Testing tick lists complete in all target project(s).
|
||||
+ [ ] Notify interested parties and invite testing of the staged release(s).
|
||||
+ [ ] Assign issue back to "release manager".
|
||||
+ [ ] Test [CometD](https://github.com/cometd/cometd).
|
||||
+ [ ] Test [Reactive HttpClient](https://github.com/jetty-project/jetty-reactive-httpclient).
|
||||
+ [ ] Test [Load Generator](https://github.com/jetty-project/jetty-load-generator).
|
||||
+ [ ] Test [Jetty Docker images](https://github.com/eclipse/jetty.docker).
|
||||
+ [ ] Test other [Jetty OSS integrations](https://jenkins.webtide.net/job/external_oss).
|
||||
+ [ ] Check [TCK CI](https://jenkins.webtide.net/job/tck).
|
||||
+ [ ] Test sponsored integrations.
|
||||
+ [ ] Check CI for performance regressions.
|
||||
+ [ ] Notify interested parties and invite testing of the staged release(s).
|
||||
+ [ ] Assign issue back to "release manager".
|
||||
- [ ] Collect release votes from committers.
|
||||
- [ ] Promote staged releases.
|
||||
- [ ] Merge release branches back to main branches and delete release branches.
|
||||
- [ ] Verify release existence in Maven Central by triggering the Jenkins builds of CometD.
|
||||
- [ ] Update Jetty versions on the web sites.
|
||||
+ [ ] Update (or check) [Download](https://www.eclipse.org/jetty/download.php) page is updated.
|
||||
+ [ ] Update (or check) documentation page(s) are updated.
|
||||
+ [ ] Update (or check) [Download](https://www.eclipse.org/jetty/download.php) page is updated.
|
||||
+ [ ] Update (or check) documentation page(s) are updated.
|
||||
- [ ] Publish GitHub Releases.
|
||||
- [ ] Prepare release announcement for mailing lists.
|
||||
- [ ] Publish any [security advisories](https://github.com/eclipse/jetty.project/security/advisories).
|
||||
+ [ ] Edit `VERSION.txt` to include any actual CVE number next to correspondent issue.
|
||||
+ [ ] Edit `VERSION.txt` to include any actual CVE number next to correspondent issue.
|
||||
- [ ] Notify downstream maintainers.
|
||||
+ [ ] Eclipse p2 maintainer.
|
||||
+ [ ] Docker maintainer.
|
||||
+ [ ] Jenkins maintainer.
|
||||
+ [ ] Other maintainers.
|
||||
+ [ ] Eclipse p2 maintainer.
|
||||
+ [ ] Docker maintainer.
|
||||
+ [ ] Jenkins maintainer.
|
||||
+ [ ] Other maintainers.
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
+ [ ] Test [CometD](https://github.com/cometd/cometd).
|
||||
+ [ ] Test [Reactive HttpClient](https://github.com/jetty-project/jetty-reactive-httpclient).
|
||||
+ [ ] Test [Load Generator](https://github.com/jetty-project/jetty-load-generator).
|
||||
+ [ ] Test [Jetty Docker images](https://github.com/eclipse/jetty.docker).
|
||||
+ [ ] Test other [Jetty OSS integrations](https://jenkins.webtide.net/job/external_oss).
|
||||
+ [ ] Test sponsored integrations.
|
||||
+ [ ] Check [TCK CI](https://jenkins.webtide.net/job/tck).
|
||||
+ [ ] Check CI for performance regressions.
|
Loading…
Reference in New Issue