bintray-release
bintray-release copied to clipboard
Automate releases
Currently I have to manually update the version and run the gradle task bintrayUpload.
We should automate this behaviour... somehow.
...
One solution could be that we create a release branch.
And each time we merge into this branch the CI get triggered and publish it to bintray.
But that feels wrong.. somehow..
...
Another solution would be that the CI get triggered each time we publish a tag.
Then the CI build this tag and publish it to bintray...