From 2b073ca5ce04a509f58bee508669bcb266e1454b Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Wed, 6 Dec 2023 11:52:33 +0000 Subject: [PATCH] Leave note for scatter-brained future me Some things take a while to show up in Sonatype, but the staging repository is not one of them. Don't sit there refreshing forever, perform the release. Signed-off-by: Matthias Rampke --- RELEASING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASING.md b/RELEASING.md index 8b214370..1d4c9bbe 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -74,6 +74,7 @@ mvn release:perform This will upload everything to OSSRH into a **staging repository**. To locate it, [log into Sonatype OSS](https://oss.sonatype.org/), then open [Staging Repositories](https://oss.sonatype.org/#stagingRepositories). If it spins forever, open the [main page](https://oss.sonatype.org/) and log in first. +If nothing shows up, you probably forgot to `mvn release:perform`. Press "Close" to promote the release.