From 07b5ab3560f926352553b7c640ec66c427bcbd03 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 6 Dec 2024 13:47:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Fu):=20=5F=5F=5F=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/push.sh b/push.sh index fd64d1d..3ea1987 100755 --- a/push.sh +++ b/push.sh @@ -3,8 +3,6 @@ # Author : ESHAN ROY # Author URI : https://eshanized.github.io -# NOTE : Run at your own risk! - # Define the conventional commit types with new emojis TYPES=("๐Ÿš€ feat" "๐Ÿ› fix" "๐Ÿ“ docs" "โœจ style" "๐Ÿ›  refactor" "โšก๏ธ perf" "๐Ÿ”ฌ test" "๐Ÿ”ง build" "๐Ÿค– ci" "๐Ÿงน chore" "โช revert")