cz-emoji
cz-emoji copied to clipboard
Weird space between Emoji and Subject
We get spaces between emoji and subject for every option skipped from questions.
{
"path": "cz-emoji",
"config": {
"cz-emoji": {
"types": [
{
"emoji": "✨",
"code": "✨",
"description": "Introducing new features.",
"name": "feature"
}
],
"scopes": [
"home",
"accounts",
"ci"
],
"skipQuestions": [
"scope",
"issues",
"body",
"breaking"
]
}
}
}
and the result is this
✨ A subject
is this project dead?
Let's say, it has been hibernating :) This should be fixed in the upcoming release. Could you try with the canary version? You can install it with: npm i -g cz-emoji@canary
. Thanks!