diff --git a/push.sh b/push.sh index 3ea1987..4bea66a 100755 --- a/push.sh +++ b/push.sh @@ -6,7 +6,7 @@ # Define the conventional commit types with new emojis TYPES=("๐Ÿš€ feat" "๐Ÿ› fix" "๐Ÿ“ docs" "โœจ style" "๐Ÿ›  refactor" "โšก๏ธ perf" "๐Ÿ”ฌ test" "๐Ÿ”ง build" "๐Ÿค– ci" "๐Ÿงน chore" "โช revert") -# Function to display an error and exit +# Function to display an error and exit and error_exit() { echo -e "\033[1;31m[ERROR]\033[0m $1" exit 1