Closed switchnollie closed 1 year ago
It seems related with #56 #576 #493
This Regex101 Link evaluates your regex with all possible Gitmoji Unicodes. Only 28 of the 73 Gitmojis work with your Plugin. This makes it currently not usable.
This Regex101 Link evaluates your regex with all possible Gitmoji Unicodes. Only 28 of the 73 Gitmojis work with your Plugin. This makes it currently not usable.
I will try to fix it this month.
:tada: This issue has been resolved in version 2.2.6-beta.1 :tada:
The release is available on npm package (@beta dist-tag)
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.4.5-beta.1 :tada:
The release is available on npm package (@beta dist-tag)
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.4.0 :tada:
The release is available on npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.4.2 :tada:
The release is available on npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Thank you for the fix, works perfectly now!
Hello @arvinxx,
First of all amazing project. I'm using your commitlint config for a Gitlab project. On Gitlab, I can't use the codes for Gitmoji, but I use the regular Unicode Emojis (this is the standard setting for the VS Code plugin that I use anyway).
The RegEx that you used in https://github.com/arvinxx/gitmoji-commit-workflow/blob/master/packages/commitlint-plugin/src/rule.ts#L11 does not work for every Gitmoji and I get this commitlint error for a correctly formatted commit message:
The emoji I faced the issue was 🩹 and ✏️, I could verify it's not working with the Regex101 link (try out
🩹 chore(scope): test
).Thank you for your support!