Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
Add note that Sonatype credentials should be generated "user" and token rather than login.
  • Loading branch information
bjagg authored Sep 25, 2024
1 parent 776e1c8 commit 18265ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer/other/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 18265ce

Please sign in to comment.