Please use signed tag under github
Posted: 2015-09-13T10:47:33-07:00
Bonus point github will create a release for you
Something like git tag -s -m"tagging version 1.0" v1.0
It will use the key configured with your email. If needed use git tag -u <key-id> -m"tagging version 1.0" v1.0
Thanks
Bastien
Something like git tag -s -m"tagging version 1.0" v1.0
It will use the key configured with your email. If needed use git tag -u <key-id> -m"tagging version 1.0" v1.0
Thanks
Bastien