We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d17f0c commit fdf478eCopy full SHA for fdf478e
.pre-commit-hooks.yaml
@@ -6,5 +6,5 @@
6
description: Validates your commits agains the Conventional Commits specification
7
entry: commit-me
8
language: node
9
- args: ['check', '--base-branch', 'HEAD']
+ args: ['check', '--base-branch', 'HEAD~1']
10
always_run: true
0 commit comments