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:",