Please use signed tag under github

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Please use signed tag under github

Post by broucaries »

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
Post Reply