Skip to content

Commit

Permalink
add releasing information
Browse files Browse the repository at this point in the history
  • Loading branch information
SerCeMan committed Sep 21, 2024
1 parent 6e6eae0 commit 42361de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Releasing

1. Ensure the correct JDK is installed.
2. Verify GPG is configured and the keys are registered, see https://docs.gradle.org/current/userguide/signing_plugin.html.
3. Configure `~/.gradle/gradle.properties` with the GPG key information.
4. Open https://oss.sonatype.org/#profile;User%20Token and generate a new token.
5. Run `SONATYPE_LOGIN=$LOGIN_KEY SONATYPE_PASSWORD=$PASSWORD_KEY ./gradlew clean release`
6. Update the version in the README.md file.

0 comments on commit 42361de

Please sign in to comment.