From f0b069816792829c7e43a64742493256b07de40c Mon Sep 17 00:00:00 2001 From: Eshan Roy <148610067+eshanized@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:03:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20refactor(cap):=20note=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index dfa8b4e7..8d7689ac 100755 --- a/push.sh +++ b/push.sh @@ -3,7 +3,7 @@ # Author : ESHAN ROY # Author URI : https://eshanized.github.io -# NOTE : Run at your own Risk! +# NOTE : RUN AT YOUR OWN RISK! # Define the conventional commit types with emojis TYPES=("๐ŸŽ‰ feat" "๐Ÿž fix" "๐Ÿ“š docs" "๐Ÿ’… style" "๐Ÿ”จ refactor" "โšก๏ธ perf" "๐Ÿงช test" "๐Ÿ› ๏ธ build" "๐Ÿค– ci" "๐Ÿงน chore" "โช๏ธ revert")