Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 556 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 556 Bytes

Releasing

  1. Bump the mvn_config.version property in mavenConfig.gradle based on Major.Minor.Patch naming scheme
  2. Update CHANGELOG.md for the impending release.
  3. Update the README.md with the new version.
  4. git commit -am "Prepare for release X.Y.Z" (where X.Y.Z is the version you set in step 1)
  5. git push
  6. ./gradlew clean assembleRelease bintrayUpload
  7. Create a PR from master to release
  8. Visit JFrog Bintray and promote the artifacts