JDF / JMF Integration Tool
Don't write issues, provide Pull-Requests!
Creation and publishing of a new version to GitHub Release.
$ git tag -a Alces-[VERSION] -m "[TITLE]"
$ git push origin Alces-[VERSION]
In case a build has been failed, a tag can be deleted using the following command:
$ git tag -d Alces-[VERSION]
$ git push origin :refs/tags/Alces-[VERSION]