Skip to content

Commit 4acf984

Browse files
committed
Polishing.
1 parent 0571708 commit 4acf984

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.adoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,23 @@ But part of the release process requires a local check, which DOES depend upon y
6464
----
6565
% git push -f origin release
6666
----
67+
+
68+
5. For milestones and release candidates, verify the artifacts on artifactory.
69+
6. For releases, login to maven central.
70+
* Verify the release.
71+
* Close the repository.
72+
* Release the repository.
73+
7. Announce on VMware Slack.
74+
8. Once completed, push the `main` branch for next version's snapshots.
75+
+
76+
----
77+
% git checkout main
78+
% git push
79+
% git push --tags
80+
----
6781

68-
NOTE: You can chain the previous set of commands together using `&&`.
69-
70-
The pipeline will build and release the "release" branch. It will also build a new a new snapshot and stage it on artifactory.
71-
For releases that go to Maven Central, the user much manually check out and verify the artifacts before releasing them.
82+
The pipeline will build and release the "release" branch on artifactory for milestones and RCs.
83+
For releases, they are sent to maven central.
7284

7385
=== Running CI tasks locally
7486

0 commit comments

Comments
 (0)