Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 370 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 370 Bytes

Releasing

  1. Change the version in gradle.properties to a non-SNAPSHOT version.
  2. Update the CHANGELOG.md for the impending release.
  3. git commit -am "Release X.Y." (where X.Y is the new version)
  4. git push
  5. Update the gradle.properties to the next SNAPSHOT version.
  6. git commit -am "Prepare next development version."
  7. git push