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
Everything should be set up to do a full release here. I plan to make a release soon. I just have to find out the process and be sure that everything's working. Fixing #101 and merging #99 and #103 should be done before
Hi!
It seems that, currently, the official release does not work and we can only use the
1.3.2-SNAPSHOT
version, which uses the master head.This may be disruptive for new commits and introduce unwanted bugs.
My proposal is to use https://jitpack.io/.
The only changes needed are:
1- create a
jitpack.yml
file in the repository root like this: https://github.com/lucas-viva/gdx-video/blob/master/jitpack.yml2- create release tags like this: https://github.com/lucas-viva/gdx-video/releases/tag/v1.0
3- use JitPack like this: https://jitpack.io/#lucas-viva/gdx-video/v1.0
4- update documentation
What do you folks think?
The text was updated successfully, but these errors were encountered: