mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat: Add gitmoji option to commitConventions (#205)
This commit is contained in:
parent
f36d3be84c
commit
06bbb6ed78
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ const conventions = {
|
|||
name: 'Atom',
|
||||
msg: ':memo:',
|
||||
},
|
||||
gitmoji: {
|
||||
name: 'Gitmoji',
|
||||
msg: ':busts_in_silhouette:',
|
||||
},
|
||||
ember: {
|
||||
name: 'Ember',
|
||||
msg: '[DOC canary]',
|
||||
|
|
Loading…
Reference in a new issue