From 9ae6e3b9f1f59b6b90e110d8dacd1cca682fabca Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 24 Mar 2023 14:34:27 +0100 Subject: [PATCH] Polishing. Refine release documentation. --- readme.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.adoc b/readme.adoc index 325d0fe..9b743f7 100644 --- a/readme.adoc +++ b/readme.adoc @@ -15,9 +15,7 @@ The <> phase is what's covered by the CI . Ensure all work on CVEs potentially contained in the release is done (incl. backports etc.). . Upgrade dependencies in Spring Data Build parent pom (mind minor/major version rules). -. All release tickets are present (CLI: `$ tracker releasetickets $trainIteration`) -. Review open tickets for release. -. Self-assign release tickets (CLI: `$ tracker prepare $trainIteration`) +. Review open tickets for release (CLI: `$ tracker open-tickets $trainIteration`). . Announce release preparations to mailing list (https://groups.google.com/forum/#!forum/spring-data-dev) . Create release tag, verify the release can be built, and publish tags (CLI: `$ prepare-it $trainIteration`) . 🚥 Continue with `Build and distribute the release`