Skip to content

Workaround of adding emoji in commits #1

Open
@olenderhub

Description

@olenderhub

I am not sure, but from my understanding you have to always add emoji in commit.
I created gist that this solving this issue.

example:

fix(scope): some message

then validate this, then if it’s fine it adds emoji so result is:

🐛 fix(scope): some message"

this is my gist if someone want also it (it's hook under .husky/commit-msg)
https://gist.github.com/olenderhub/053faaf522e83783456f3d575e8fe572

I used there

"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"husky": "^8.0.1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions