cz-cli
cz-cli copied to clipboard
cli does not follow the commit.gpgsign configuration
Step to reproduce
git config commit.gpgsign=true
git cz
What is expected
The resulting commit must be signed
What actually happen
The resulting commit IS NOT signed
I think he meant git config commit.gpgsign true (which returns no error)