Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to automate this?


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:
Expand Down
Loading