From 07c549d9cdc6b2072324266b05484ec4412cc788 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, 2 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index 519f0a88..9fce1e53 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 2. With the release tagged, update the release branch to the newly created tag. + ---- -% git checkout -b release-3.1.x +% git checkout release-3.1.x % git reset --hard ---- + @@ -64,13 +64,7 @@ But part of the release process requires a local check, which DOES depend upon y % git push -f origin release-3.1.x ---- + -5. For milestones and release candidates, verify the artifacts on artifactory. -6. For releases, login to maven central. -* Verify the release. -* Close the repository. -* Release the repository. -7. Announce on VMware Slack. -8. Once completed, push the `3.1.x` branch for next version's snapshots. +. Once completed, push the `3.1.x` branch for next version's snapshots. + ---- % git checkout 3.1.x