Open
Description
Description
Allow for the version tag and commit from a cz bump
command to be signed using a GPG key.
Possible Solution
Implementing a flag on cz bump
that allows for the tag and commit to be signed by adding the -S
argument to the git client.
Additional context
This is related to issue #248 but the fixes proposed to cz c
there won't help if I also need to enforce tags and commits during a version bump being signed.