-
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
- Change build.gradle version
- Make a manual test (just in case)
- 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
- Publish to bintray
- Check if is has shown in gradle plugins web site (usually takes more than half an hour)