Skip to content

Commit

Permalink
fix: remove CHANGELOG.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja authored Dec 4, 2023
1 parent eebee65 commit 6978bf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
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 "feature:", "fix:", etc.)
commit_regex="^(Merge branch|feat|fix|chore|docs|style|refactor|test|enhancement).+"
commit_regex="^(Merge branch|feat|fix|chore|docs|style|refactor|test|enhancement):.+"

if ! echo "$commit_msg" | grep -Ei "$commit_regex" ; then
echo "Aborting commit. Your commit message does not follow the conventional format."
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
18 changes: 0 additions & 18 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 6978bf6

Please sign in to comment.