Skip to content

Releasing

felixreimann edited this page Aug 20, 2017 · 3 revisions

Developer guide to release JReliability

  1. Ensure a clean working dir git status Should be clean.
  2. Ensure all test work ./gradlew check
  3. Ensure that everything is pushed git push
  4. Tag version according to Semantic Versioning git tag v1.0.0 -a
  5. Upload to Maven Central ./gradlew upload
  6. Check and release on Maven Central
  7. Push tag to github git push origin v1.0.0

Clone this wiki locally