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")