Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
feat: 🎸 update emoji icons
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed May 24, 2018
1 parent 04545f6 commit 9e29df4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/defaults.js
@@ -1,17 +1,17 @@
const types = {
chore: {
description: 'Build process or auxiliary tool changes',
emoji: 'πŸ‘»',
emoji: '🚜',
value: 'chore'
},
ci: {
description: 'CI related changes',
emoji: 'πŸ€–',
emoji: '🎑',
value: 'ci'
},
docs: {
description: 'Documentation only changes',
emoji: '✍️',
emoji: '✏️',
value: 'docs'
},
feat: {
Expand All @@ -21,7 +21,7 @@ const types = {
},
fix: {
description: 'A bug fix',
emoji: 'πŸ›',
emoji: '🐞',
value: 'fix'
},
perf: {
Expand All @@ -31,7 +31,7 @@ const types = {
},
refactor: {
description: 'A code change that neither fixes a bug or adds a feature',
emoji: 'πŸ‘Œ',
emoji: 'πŸ’‘',
value: 'refactor'
},
style: {
Expand Down

0 comments on commit 9e29df4

Please sign in to comment.