Skip to content

Commit

Permalink
fix: Merge branch colon check removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Dec 5, 2023
1 parent dbfa653 commit 4b836c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npx prettier --write .
npm run re:format

# Define your commit message convention (e.g., starts with "feat:", "fix:", etc.)
commit_regex="^(Merge branch|feat|fix|chore|refactor|enhancement):.+"
commit_regex="^(Merge branch|(feat|fix|chore|refactor|enhancement):).+"


if git log -1 --show-signature &> /dev/null; then
Expand Down

0 comments on commit 4b836c7

Please sign in to comment.