From 18265ceb56811be81e052126b34707ab10f62ed1 Mon Sep 17 00:00:00 2001 From: Benito Gonzalez Date: Tue, 24 Sep 2024 18:52:16 -0700 Subject: [PATCH] Update RELEASE.md Add note that Sonatype credentials should be generated "user" and token rather than login. --- docs/developer/other/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer/other/RELEASE.md b/docs/developer/other/RELEASE.md index 2deb4f02986..6153674d355 100644 --- a/docs/developer/other/RELEASE.md +++ b/docs/developer/other/RELEASE.md @@ -17,7 +17,8 @@ There are 3 prerequisites to cutting releases: Export your secret keyring via `gpg2 --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg` -In `$HOME/.gradle/gradle.properties` place your credentials for the Sonatype OSS Repository Hosting and your configuration information for signing artifacts with GNU Privacy Guard (GnuPG). Use the key ID from the PGP prerequisite and the keyring file. ([details](https://docs.gradle.org/current/userguide/signing_plugin.html#sec:signatory_credentials)). +In `$HOME/.gradle/gradle.properties` place your credentials for the Sonatype OSS Repository Hosting and your configuration information for signing artifacts with GNU Privacy Guard (GnuPG). Use the key ID from the PGP prerequisite and the keyring file. ([details](https://docs.gradle.org/current/userguide/signing_plugin.html#sec:signatory_credentials)). NOTE: you cannot +use your login credentials for Sonatype OSSRH. You need to log in, navigate to profile and generate a token. ```properties ossrhUsername={username}