Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 255 Bytes

RELEASE.adoc

File metadata and controls

6 lines (5 loc) · 255 Bytes

How to Release

  1. Prepare for release ./gradlew prepareRelease

  2. Update Version Number: remove -SNAPSHOT and commit the change

  3. Run release task ./gradlew release

  4. Update Version Number in build.gradle and README.adoc (bump and put SNAPSHOT back)