Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 337 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 337 Bytes

How to release on Maven?

  1. Update version number in build.gradle.kts
  2. Update version number in README.md
  3. run ./gradlew publishToSonatype
  4. Goto https://s01.oss.sonatype.org/ and close the repository
  5. Release the repository
  6. Tag the released commit and create a release on Github