From 39d141ca6743c47dd81252a6ea710393a5c4ef26 Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Mon, 28 Nov 2022 21:20:48 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20(=F0=9F=92=A1)=20change=20emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/changelog.config.js b/changelog.config.js index fa92cbf..70a500d 100644 --- a/changelog.config.js +++ b/changelog.config.js @@ -27,54 +27,54 @@ module.exports = { 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: { description: 'A new feature', - emoji: '🎸', + emoji: '(🎸)', value: 'feat', }, fix: { description: 'A bug fix', - emoji: '🐛', + emoji: '(🐛)', value: 'fix', }, perf: { description: 'A code change that improves performance', - emoji: '⚡️', + emoji: '(⚡️)', value: 'perf', }, refactor: { description: 'A code change that neither fixes a bug or adds a feature', - emoji: '💡', + emoji: '(💡)', value: 'refactor', }, release: { description: 'Create a release commit', - emoji: '🏹', + emoji: '(🏹)', value: 'release', }, style: { description: 'Markup, white-space, formatting, missing semi-colons...', - emoji: '💄', + emoji: '(💄)', value: 'style', }, test: { description: 'Adding missing tests', - emoji: '💍', + emoji: '(💍)', value: 'test', }, messages: {