Skip to content

Commit 07c549d

Browse files
committed
Polishing release procedures.
1 parent 3d9229c commit 07c549d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ But part of the release process requires a local check, which DOES depend upon y
4747
2. With the release tagged, update the release branch to the newly created tag.
4848
+
4949
----
50-
% git checkout -b release-3.1.x
50+
% git checkout release-3.1.x
5151
% git reset --hard <tag>
5252
----
5353
+
@@ -64,13 +64,7 @@ But part of the release process requires a local check, which DOES depend upon y
6464
% git push -f origin release-3.1.x
6565
----
6666
+
67-
5. For milestones and release candidates, verify the artifacts on artifactory.
68-
6. For releases, login to maven central.
69-
* Verify the release.
70-
* Close the repository.
71-
* Release the repository.
72-
7. Announce on VMware Slack.
73-
8. Once completed, push the `3.1.x` branch for next version's snapshots.
67+
. Once completed, push the `3.1.x` branch for next version's snapshots.
7468
+
7569
----
7670
% git checkout 3.1.x

0 commit comments

Comments
 (0)