Skip to content

Commit 06bbb6e

Browse files
SnO₂WMaNBerkmann18
authored andcommitted
feat: Add gitmoji option to commitConventions (#205)
1 parent f36d3be commit 06bbb6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/init/commit-conventions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const conventions = {
1414
name: 'Atom',
1515
msg: ':memo:',
1616
},
17+
gitmoji: {
18+
name: 'Gitmoji',
19+
msg: ':busts_in_silhouette:',
20+
},
1721
ember: {
1822
name: 'Ember',
1923
msg: '[DOC canary]',

0 commit comments

Comments
 (0)