Closed cdr-chakotay closed 3 years ago
Yes I've already added the secrets.
We could use the same version file, I just wanted to avoid the config slurper. But I can add this
Also, would you be able to see if there any old releases of tus-java-client missing on Maven Central (as is the case for tus-android-client: https://github.com/tus/tus-android-client/issues/45)?
Also, would you be able to see if there any old releases of tus-java-client missing on Maven Central (as is the case for tus-android-client: tus/tus-android-client#45)?
We are starting with 0.4.0 on Maven. Older releases are not available there. Honestly searching through Bintray is no fun. They even shut down the website and search already.
Older releases are not available there. Honestly searching through Bintray is no fun. They even shut down the website and search already.
Ok, if it is too much hassle, we can ignore about the old releases for now
Proposal for a release workflow using Gradle and GH Actions. Similar to Transloadit Java SDK.
Uses a version.txt to obtain the current project version.
Let me know, what you think :)