From ebb7bd67cb7052d9edf45fc6b7cc6990dbca34bd Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sat, 29 Oct 2016 18:59:32 +0200 Subject: [PATCH] :sparkles: Add more emojis --- gitmojis.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gitmojis.json b/gitmojis.json index abb8747..4f294a0 100644 --- a/gitmojis.json +++ b/gitmojis.json @@ -20,6 +20,16 @@ "code": ":fire:", "description": "Removing code or files." }, + { + "emoji": "💚", + "code": ":green_heart:", + "description": "Fixing CI Build." + }, + { + "emoji": "🔒", + "code": ":lock:", + "description": "Fixing security issues." + }, { "emoji": "✨", "code": ":sparkles:", @@ -70,6 +80,11 @@ "code": ":rotating_light:", "description": "Removing linter warnings." }, + { + "emoji": "🚀", + "code": ":rocket:", + "description": "Deploying stuff." + }, { "emoji": "⚡️", "code": ":zap:",