cz-emoji icon indicating copy to clipboard operation
cz-emoji copied to clipboard

Weird space between Emoji and Subject

Open nicubarbaros opened this issue 2 years ago • 2 comments

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

nicubarbaros avatar Apr 01 '22 13:04 nicubarbaros

is this project dead?

nicubarbaros avatar Apr 05 '22 14:04 nicubarbaros

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!

ngryman avatar Jul 24 '22 17:07 ngryman