From 4b05b21a344ae221778d899f8bf559b3e1ceff9c Mon Sep 17 00:00:00 2001 From: Regis Bittencourt Date: Tue, 22 Oct 2024 15:00:00 -0300 Subject: [PATCH] :sparkles: Update latest emojis from https://gitmoji.dev/ --- src/git-emojis/gitmojis.json | 84 ++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/src/git-emojis/gitmojis.json b/src/git-emojis/gitmojis.json index aea5240..ad0a6c9 100644 --- a/src/git-emojis/gitmojis.json +++ b/src/git-emojis/gitmojis.json @@ -467,6 +467,90 @@ "code": ":wastebasket:", "description": "Deprecating code that needs to be cleaned up.", "name": "wastebasket" + }, + { + "emoji": "๐Ÿ›‚", + "entity": "🛂", + "code": ":passport_control:", + "description": "Work on code related to authorization, roles and permissions.", + "name": "passport-control" + }, + { + "emoji": "๐Ÿฉน", + "entity": "🩹", + "code": ":adhesive_bandage:", + "description": "Simple fix for a non-critical issue.", + "name": "adhesive-bandage" + }, + { + "emoji": "๐Ÿง", + "entity": "🧐", + "code": ":monocle_face:", + "description": "Data exploration/inspection.", + "name": "monocle-face" + }, + { + "emoji": "โšฐ๏ธ", + "entity": "⚰", + "code": ":coffin:", + "description": "Remove dead code.", + "name": "coffin" + }, + { + "emoji": "๐Ÿงช", + "entity": "🧪", + "code": ":test_tube:", + "description": "Add a failing test.", + "name": "test-tube" + }, + { + "emoji": "๐Ÿ‘”", + "entity": "👔", + "code": ":necktie:", + "description": "Add or update business logic.", + "name": "necktie" + }, + { + "emoji": "๐Ÿฉบ", + "entity": "🩺", + "code": ":stethoscope:", + "description": "Add or update healthcheck.", + "name": "stethoscope" + }, + { + "emoji": "๐Ÿงฑ", + "entity": "🧱", + "code": ":bricks:", + "description": "Infrastructure related changes.", + "name": "bricks" + }, + { + "emoji": "๐Ÿง‘โ€๐Ÿ’ป", + "entity": "🧑‍💻", + "code": ":technologist:", + "description": "Improve developer experience.", + "name": "technologist" + }, + { + "emoji": "๐Ÿ’ธ", + "entity": "💸", + "code": ":money_with_wings:", + "description": "Add sponsorships or money related infrastructure.", + "name": "money-with-wings" + }, + { + "emoji": "๐Ÿงต", + "entity": "🧵", + "code": ":thread:", + "description": "Add or update code related to multithreading or concurrency.", + "name": "thread" + }, + { + "emoji": "๐Ÿฆบ", + "entity": "🦺", + "code": ":safety_vest:", + "description": "Add or update code related to validation.", + "name": "safety-vest" } ] }