commitizen / commitizen/cz-cli
Disabling emojis not completely working
Open
- Dominant language
- JavaScript
- Stars
- 17.5k
- Forks
- 566
- Avg merge
- 8h 16m
- Merged PRs (30d)
- 1
Description
I am using git-cz, and I have the
```
{
"disableEmoji": true
}
```
in a `.git-cz.json` file, but I still get an emoji on the `Closes` part.
eg:
```
fix: [...]
[...]
✅ Closes: TEA-3
```
and it still has the `✅` emoji
Contributor guide
Assessment
This issue has not been assessed yet.