From aa01c9d1e163dc689cc7d1c857b995e3fef9be75 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 18 Sep 2023 13:49:33 -0500 Subject: [PATCH] Polishing release procedures. --- README.adoc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index f8ba13fd..878019f4 100644 --- a/README.adoc +++ b/README.adoc @@ -47,7 +47,7 @@ But part of the release process requires a local check, which DOES depend upon y . With the release tagged, update the release branch to the newly created tag. + ---- -% git checkout -b release +% git checkout release % git reset --hard ---- + @@ -56,6 +56,8 @@ But part of the release process requires a local check, which DOES depend upon y ---- % ./mvnw clean package % ./mvnw -Pspring-buildsnapshot clean package +% ./mvnw -Pspring-next-gen clean package +% ./mvnw -Pspring-next-gen-snapshot clean package ---- + . Push the tagged version to the release branch. @@ -64,12 +66,6 @@ But part of the release process requires a local check, which DOES depend upon y % git push -f origin release ---- + -. For milestones and release candidates, verify the artifacts on artifactory. -. For releases, login to maven central. -* Verify the release. -* Close the repository. -* Release the repository. -. Announce on VMware Slack. . Once completed, push the `main` branch for next version's snapshots. + ----