commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter

Home Page:http://commitizen.github.io/cz-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli does not follow the commit.gpgsign configuration

Larandar opened this issue · comments

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

image

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