Subject: | Support signed tags |
In addition to being able to create annotated tags, it would be nice, if
you could specify they are GPG signed as well. Possibly specifying the
key to use.
Automating this: git tag -s [-u <key-id>] -m 'Tagging v1.0'