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.
Description
Allow for the version tag and commit from a
cz bumpcommand to be signed using a GPG key.Possible Solution
Implementing a flag on
cz bumpthat allows for the tag and commit to be signed by adding the-Sargument to the git client.Additional context
This is related to issue #248 but the fixes proposed to
cz cthere won't help if I also need to enforce tags and commits during a version bump being signed.