-
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 15, 2016
·
37 revisions
- Run unit tests
- Run a manual test (just in case)
- Execute bintrayUpload gradle task
- This gonna increment the DEPLOY_NUMBER in version.properties
- Refresh the workspace and commit it to github
- Tag the project
- The tag name must be the version number shown in the logs during bintrayUpload.
-
For example
************************************************ *** Publishing version '0.7.11' to Bintray *** ************************************************
-
- This step will create a release in github
- The tag name must be the version number shown in the logs during bintrayUpload.
- Check if is has shown in gradle plugins web site (it usually takes a while)