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