mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56: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',
|
name: 'Atom',
|
||||||
msg: ':memo:',
|
msg: ':memo:',
|
||||||
},
|
},
|
||||||
|
gitmoji: {
|
||||||
|
name: 'Gitmoji',
|
||||||
|
msg: ':busts_in_silhouette:',
|
||||||
|
},
|
||||||
ember: {
|
ember: {
|
||||||
name: 'Ember',
|
name: 'Ember',
|
||||||
msg: '[DOC canary]',
|
msg: '[DOC canary]',
|
||||||
|
|
Loading…
Reference in a new issue