commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.58k stars 552 forks source link

cli does not follow the commit.gpgsign configuration #921

Open Larandar opened 2 years ago

Larandar commented 2 years ago

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

Zhengqbbb commented 2 years ago
image
SteampunkIslande commented 1 year ago
image

I think he meant git config commit.gpgsign true (which returns no error)