commitizen / commitizen/cz-cli
cli does not follow the commit.gpgsign configuration
Open
- Dominant language
- JavaScript
- Stars
- 17.5k
- Forks
- 566
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
# 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
Contributor guide
Assessment
This issue has not been assessed yet.