From 3f0b3477db20cb705daa893f8aa2f1b86c6ae96a Mon Sep 17 00:00:00 2001 From: Paul McKeown <paul@midships.io> Date: Sun, 15 Dec 2024 10:01:12 +1300 Subject: [PATCH] Add extra post release plugin run steps --- doc/RELEASES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/RELEASES.md b/doc/RELEASES.md index affeffd8..5499a0a8 100644 --- a/doc/RELEASES.md +++ b/doc/RELEASES.md @@ -31,4 +31,9 @@ After these steps remember to set the next SNAPSHOT version release number and c The release process signs the published artifacts as a requirement for publishing to the Sonatype OSS Repository Hosting (OSSRH) servers. Follow the instructions [here](https://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven/) -on how to generate, publish and use a pgp key for use when signing the release artifacts. +on how to generate, publish and use a pgp key for use when signing the release artifacts. + +# After Release Plugin Runs +1. Go to https://central.sonatype.com +2. Log in with username and password as an entity with publishing rights on the namespace +3. Go to https://central.sonatype.com/publishing and publish the new package