Skip to content

Commit 18265ce

Browse files
authored
Update RELEASE.md
Add note that Sonatype credentials should be generated "user" and token rather than login.
1 parent 776e1c8 commit 18265ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developer/other/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ There are 3 prerequisites to cutting releases:
1717

1818
Export your secret keyring via `gpg2 --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg`
1919

20-
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)).
20+
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
21+
use your login credentials for Sonatype OSSRH. You need to log in, navigate to profile and generate a token.
2122

2223
```properties
2324
ossrhUsername={username}

0 commit comments

Comments
 (0)