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. Run a manual test (just in case)
    • use uploadArchive gradle task for dev publish
  3. Execute bintrayUpload gradle task
    • This gonna increment the BINTRAY_DEPLOY_NUMBER in version.properties
  4. Update the version shown in README.md with the one from the build logs
  5. Wait the new version be published in gradle plugins web site (Go drink a coffee, it may take a while)
  6. Run update_scd4j_version.sh '<VERSION_NUMBER>' in scd4j-examples dir
  7. If everything goes ok, refresh the workspace, pull, commit and push it to github
  8. Tag the project
    • The tag description should be a very short description (few words) of this release (will be shown to user).
    • The tag name must be the version number shown in the logs during bintrayUpload.
  9. Goes to GitHub and Create a release with the same tag name
  • Here you need to enter the release notes

Clone this wiki locally