exebetche / vlsub

VLC extension to download subtitles from opensubtitles.org
1.34k stars 346 forks source link

Do a 0.10 release #160

Open Salamandar opened 7 years ago

Salamandar commented 7 years ago

Package creating tools such as makepkg for archlinux read the last git release to set the package version. Here, makepkg creates a 0.9.13 package :( Please just do a release to fix this ! :D

fcoulombe commented 7 years ago

i think someone needs to create a tag 0.10.2 It seems to work pretty well for me on osx with stable vlc we should test on windows/linux?

currently, vlsub was broken on osx with stable vlc. i'm not actually sure why but updating fixed it.

is there a documented process for making new releases?

Salamandar commented 7 years ago

You just have to add a tag to a commit. To tag the latest commit :

git tag 0.10.0 HEAD
git push --tags

The tagged commit will then appear in the git repo and in Github as a release. Example : https://github.com/Salamandar/vlsub/releases

PS : It seems I can't do a PR for just a tag :p