Skip to content

Commit baa0ea1

Browse files
committed
fix: git hook
1 parent d1e06ac commit baa0ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/DynamicDockerCompose/.build/CakeRelease/Git/Hooks

src/DynamicDockerCompose/.build/CakeRelease/Git/Hooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
if ! head -1 "$1" | grep -qE "^(feat|fix|ci|chore|docs|test|style|refactor)(\(.+?\))?: .{1,}$"; then
2+
if ! head -1 "$1" | grep -qE "^(build|ci|docs|feat|fix|perf|refactor|test)(\(.+?\))?: .{1,}$"; then
33
echo "Aborting commit. Your commit message is invalid." >&2
44
exit 1
55
fi

0 commit comments

Comments
 (0)