Skip to content

13. SCD4J Developers

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

Steps to Release

  1. Run unit tests
  2. Run a manual test (just in case)
  • Use uploadArchive gradle task for dev publishing
  • Use gradle-examples for your manual tests
  1. Execute bintrayUpload gradle task
  • If everything gonna ok, BINTRAY_DEPLOY_NUMBER will be incremented in version.properties
    • Supposed to represent the next scd4j deployment
  • The generated version will be deployed in Bintray
  1. Wait the new version be published in gradle plugins web site (Go drink a coffee, it may take a while)
  2. Run update_scd4j_version.sh 'VERSION_NUMBER' in scd4j-examples dir
  3. If everything goes ok, refresh the workspace, pull, commit and push it to GitHub
  4. Tag the project
  • The tag name must be the exact version number shown in the logs during bintrayUpload.
  • The tag description should be a very short description
  1. Go to GitHub and create a new release from the just created tag
  • Enter the release notes in description

Clone this wiki locally