Skip to content

Commit e7defc0

Browse files
committed
Polishing.
1 parent 3f0756e commit e7defc0

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.adoc

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,23 @@ But part of the release process requires a local check, which DOES depend upon y
6464
----
6565
% git push -f origin release-4.0.x
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 `4.0.x` branch for next version's snapshots.
75+
+
76+
----
77+
% git checkout 4.0.x
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.
82+
The pipeline will build and release the "release-4.0.x" branch on artifactory for milestones and RCs.
83+
For releases, they are sent to maven central.
7184

7285
=== Running CI tasks locally
7386

0 commit comments

Comments
 (0)