Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 353 Bytes

RELEASING.md

File metadata and controls

9 lines (9 loc) · 353 Bytes
  • Get green build of snapshot version in CI
  • Remove snapshot from version
  • Update version numbers in README
  • Commit, ensure build is green
  • Run ./gradlew clean; ./gradlew publishToSonatype -Dorg.gradle.parallel=false
  • Close and release repo in oss.sonatype.org
  • git tag v0.x
  • git push origin v0.x
  • Bump version, add snapshot suffix, push.