yabar icon indicating copy to clipboard operation
yabar copied to clipboard

[Request] Signed Releases

Open jacksgt opened this issue 8 years ago • 0 comments

Hi @geommer ,

to verify the integrity of the code it would be great if you signed your releases with git (especially for distribution packaging).

Assuming you already have a PGP key this can simply be done by appending '-s' to 'git tag':

git tag -s -m '0.5.0' [...]

The only left to do then is share your PGP key on a keyserver and put the fingerprint (e.g.) into the README.md

jacksgt avatar Jul 20 '16 08:07 jacksgt