You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --sign flag to sign git commit and tag (#29)
* feat(cli): add tag signing option (--sign-tag and its alias -s)
By default, a tag is not signed (git tag -a).
The option `--sign-tag` enables tag signing (git tag -s).
* feat: add --sign flag to sign git commit and tag
0 commit comments