Skip to content

13. SCD4J Developers

Simple Continuous Delivery for Java and Groovy Developers edited this page May 15, 2016 · 37 revisions

Steps to Release

  1. Run unit tests
  2. Change build.gradle version
  3. Make a manual test (just in case)
  4. Commit and tag the code with release notes
    • The tag name must be the version number.
    • This will create a release in github which will be seen from bintray
  5. Publish to bintray
  6. Check if is has shown in gradle plugins web site (usually takes more than half an hour)

Clone this wiki locally