From b9b2f2ed494fb2d3d8db10b3de92a1924ebdcba2 Mon Sep 17 00:00:00 2001 From: Min Jin Date: Mon, 1 Dec 2025 15:57:03 -0800 Subject: [PATCH] clarify release steps after sonatype migration Signed-off-by: Min Jin --- RELEASES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 105ff25dce..3cb10eb004 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -60,6 +60,18 @@ will also be packed on the tag. In the end, don't forget to clarify the release notes on the GITHUB release. +### Publish the staging artifacts on Sonatype webconsole + +Login to the following website to browse all the releases under `io.kubernetes` namespace: + +> https://central.sonatype.com/ + +Click into "Publish" -> "Deployments", you will see a list containg all the history releases +as well as the pending release waiting for you to confirm manually and publish. Click the +pending deployment the above github workflow created then click on "Publish" button, and then +the new release should be present in maven central in ~1 day. + + ## One time setup You will need to have the following in place: