Replies: 1 comment
-
The problem becuse I replace the emojis with "" here {pattern = ' *(:\w+:|[\p{Emoji_Presentation}\p{Extended_Pictographic}](?:\u{FE0F})?\u{200D}?) *', replace = ""}, # Remove gitmoji, both actual UTF emoji and :emoji: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I have this git log
As you can see I'am using gitmoji specification and this is my
commit_parsers
This should work fine I guess, but when I run
git cliff
this is the outputIt's handled the scopes but not the gitmoji and I don't know why. What is wrong in my config?
My config file
Beta Was this translation helpful? Give feedback.
All reactions