We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059ed0 commit 15df914Copy full SHA for 15df914
.github/workflows/commit.yml renamed to .github/workflows/cz.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Check Conventional Commit
20
run: |
21
# Define the conventional commit types with emojis
22
- TYPES=("🎉 feat" "🐞 fix" "📚 docs" "💅 style" "🔨 refactor" "⚡️ perf" "🧪 test" "🛠️ build" "🤖 ci" "🧹 chore" "⏪️ revert")
+ TYPES=("🚀 feat" "🐛 fix" "📝 docs" "✨ style" "🛠 refactor" "⚡️ perf" "🔬 test" "🔧 build" "🤖 ci" "🧹 chore" "⏪ revert")
23
24
# Extract the commit type and emoji from the commit message
25
COMMIT_MSG=$(git log --format=%B -n 1)
0 commit comments