You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Currently I have to manually update the
version
and run the gradle taskbintrayUpload
.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...
The text was updated successfully, but these errors were encountered: