conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.62k stars 890 forks source link

Can commitlint combines with gitmoji ? #1221

Closed ifblooms closed 2 years ago

ifblooms commented 4 years ago

My English is not good。

Configurable Rule :feat => :feat:

gitmoji :bug: :art: :rocket: https://github.com/carloscuesta/gitmoji https://gitmoji.carloscuesta.me/

tim-richter commented 4 years ago

Hey @ifblooms, there is already a package for gitmoji: https://github.com/arvinxx/commitlint-config-gitmoji. Now the type-enum for the emoji is a bit outdated compared to the official gitmoji repo, but you can use this as a blueprint and change it as you see fit.

escapedcat commented 4 years ago

Might relate to #880

arvinxx commented 3 years ago

hi guys, I'm the author of commitlint-config-gitmoji and i have refactored the whole repo and work with gitmoji well now.

escapedcat commented 3 years ago

Hey @arvinxx , you want to create a PR to add your project to the list of community-projects?:

escapedcat commented 2 years ago

Closing this because it seems to be solved