CIP4 PrintTalk Library
Don't write issues, provide Pull-Requests!
Creation and publishing of a new version to GitHub Release and to the Central Maven Repository.
NOTE: The publication to the Central Maven Repository may take up to two hours.
$ git tag -a PrintTalkJ-2.1.[VERSION] -m "[TITLE]"
$ git push origin PrintTalkJ-2.1.[VERSION]
In case a build has been failed, a tag can be deleted using the following command:
$ git tag -d PrintTalkJ-2.1.[VERSION]
$ git push origin :refs/tags/PrintTalkJ-2.1.[VERSION]