Skip to content

Commit

Permalink
feat: added automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Hall committed Mar 12, 2024
1 parent 273d671 commit 1b7c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

exec < /dev/tty && git cz --hook || true
exec < /dev/tty && cz commit --hook || true

0 comments on commit 1b7c04c

Please sign in to comment.