refactor: (💡) change emoji

This commit is contained in:
Leifer Mendez
2022-11-28 21:20:48 +01:00
parent befcc169e0
commit 39d141ca67

View File

@@ -27,54 +27,54 @@ module.exports = {
types: { types: {
chore: { chore: {
description: 'Build process or auxiliary tool changes', description: 'Build process or auxiliary tool changes',
emoji: '🤖', emoji: '(🤖)',
value: 'chore', value: 'chore',
}, },
ci: { ci: {
description: 'CI related changes', description: 'CI related changes',
emoji: '🎡', emoji: '(🎡)',
value: 'ci', value: 'ci',
}, },
docs: { docs: {
description: 'Documentation only changes', description: 'Documentation only changes',
emoji: '✏️', emoji: '(✏️)',
value: 'docs', value: 'docs',
}, },
feat: { feat: {
description: 'A new feature', description: 'A new feature',
emoji: '🎸', emoji: '(🎸)',
value: 'feat', value: 'feat',
}, },
fix: { fix: {
description: 'A bug fix', description: 'A bug fix',
emoji: '🐛', emoji: '(🐛)',
value: 'fix', value: 'fix',
}, },
perf: { perf: {
description: 'A code change that improves performance', description: 'A code change that improves performance',
emoji: '⚡️', emoji: '(⚡️)',
value: 'perf', value: 'perf',
}, },
refactor: { refactor: {
description: description:
'A code change that neither fixes a bug or adds a feature', 'A code change that neither fixes a bug or adds a feature',
emoji: '💡', emoji: '(💡)',
value: 'refactor', value: 'refactor',
}, },
release: { release: {
description: 'Create a release commit', description: 'Create a release commit',
emoji: '🏹', emoji: '(🏹)',
value: 'release', value: 'release',
}, },
style: { style: {
description: description:
'Markup, white-space, formatting, missing semi-colons...', 'Markup, white-space, formatting, missing semi-colons...',
emoji: '💄', emoji: '(💄)',
value: 'style', value: 'style',
}, },
test: { test: {
description: 'Adding missing tests', description: 'Adding missing tests',
emoji: '💍', emoji: '(💍)',
value: 'test', value: 'test',
}, },
messages: { messages: {