Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw commit emoji support #145

Closed
1 task done
Jannchie opened this issue Sep 11, 2023 · 0 comments · Fixed by #146
Closed
1 task done

Raw commit emoji support #145

Jannchie opened this issue Sep 11, 2023 · 0 comments · Fixed by #146

Comments

@Jannchie
Copy link
Contributor

Jannchie commented Sep 11, 2023

Describe the feature

I like the idea of adding emoji to the commit message.
Like this:

✨ feat(demo): add anichart demo

But there is currently no support for doing so.
Maybe we can modify the regex for commit message a bit, or allow users to customize it?

Like this?

(?<emoji>:.+:|(\ud83c[\udf00-\udfff])|(\ud83d[\udc00-\ude4f\ude80-\udeff])|[\u2600-\u2B55])?( *)?(?<type>[a-z]+)(\((?<scope>.+)\))?(?<breaking>!)?: (?<description>.+)

https://regex101.com/r/FSfNvA/2

Additional information

  • Would you be willing to help implement this feature?
@Jannchie Jannchie changed the title Raw commit e emoji support Raw commit emoji support Sep 11, 2023
@pi0 pi0 closed this as completed in #146 Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant