Skip to content

Commit

Permalink
(chore)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Dec 13, 2024
1 parent 07b5ab3 commit 71f349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71f349b

Please sign in to comment.