Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 399 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 399 Bytes

Releasing

  1. Change the version in gradle.properties to a new version.
  2. Update the CHANGELOG.md for the impending release.
  3. git commit -am "Prepare for release X.Y.Z." (where X.Y.Z is the new version)
  4. git tag -a X.Y.X -m "Version X.Y.Z" (where X.Y.Z is the new version)
  5. git push && git push --tags
  6. Wait for CI to publish and verify the version in README.md