pygit2
pygit2 copied to clipboard
How to create signed tag
For git, use git tag -s <tag> will create a GPG signed tag.
Is there any recipe to create a signed tag with pygit2 ? How?
@jdavid , do you have any ideas?