Skip to content

Commit fdf478e

Browse files
committed
fix: pre-commit hook needs to compare against HEAD
1 parent 3d17f0c commit fdf478e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
description: Validates your commits agains the Conventional Commits specification
77
entry: commit-me
88
language: node
9-
args: ['check', '--base-branch', 'HEAD']
9+
args: ['check', '--base-branch', 'HEAD~1']
1010
always_run: true

0 commit comments

Comments
 (0)