libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

How to create signed tag #1276

Open evan0greenup opened 4 months ago

evan0greenup commented 4 months ago

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?

evan0greenup commented 4 months ago

@jdavid , do you have any ideas?