-
Notifications
You must be signed in to change notification settings - Fork 4
13. SCD4J Developers
Simple Continuous Delivery for Java and Groovy Developers edited this page May 16, 2016
·
37 revisions
- Run unit tests
- Run a manual test (just in case)
- use uploadArchive gradle task for dev publish
- Execute bintrayUpload gradle task
- This gonna increment the BINTRAY_DEPLOY_NUMBER in version.properties
- Wait the new version be published in gradle plugins web site (Go drink a coffee, it may take a while)
- Run update_scd4j_version.sh 'VERSION_NUMBER' in scd4j-examples dir
- If everything goes ok, refresh the workspace, pull, commit and push it to GitHub
- 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
- Go to GitHub and create a new release from the just created tag
- Enter the release notes in description