feat: Add gitmoji option to commitConventions (#205)

This commit is contained in:
SnO₂WMaN 2019-09-05 00:48:01 +09:00 committed by Maximilian Berkmann
parent f36d3be84c
commit 06bbb6ed78

View file

@ -14,6 +14,10 @@ const conventions = {
name: 'Atom',
msg: ':memo:',
},
gitmoji: {
name: 'Gitmoji',
msg: ':busts_in_silhouette:',
},
ember: {
name: 'Ember',
msg: '[DOC canary]',