- Bump version code in
publish.gradle
. - Update examples in
README.md
to use the latest version. - Update link to Groovydoc in
README.md
to use the latest version. - Create an entry in
CHANGELOG.md
containing the changes in that release. This entry needs to follow a certain pattern which can be found inpublish.gradle
. The changelog can be verified by executing theprintChangelog
task. - Create a pull request to
develop
containing the above mentioned changes. - Merge
develop
intomaster
. - Execute the build job manually with
BINTRAY_DRY_RUN=false
. - After the release is successful do a manual github release with the newly created tag.
This releases the plugin to bintray and the Gradle Plugins Repository.