Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 691 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 691 Bytes

Releasing

We use JitPack for releasing.

  1. Switch to the master branch
  2. Merge the latest changes from develop into master
  3. Update build.gradle and README.md with the new version number
  4. Run gradlew javadoc to update the published JavaDocs
  5. Push master to GitHub
  6. Create a new GitHub Release. This is what triggers JitPack to build and release the library.
  7. Merge master back into develop (to get the version number update), and update build.gradle with a new snapshot version (e.g. 1.0.0-SNAPSHOT). This keeps the version of in-development builds separate from released builds.