Skip to content

Commit 92c0f10

Browse files
committed
Adding jazz to readme
1 parent 6fc9985 commit 92c0f10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ First you will need to setup [pre-commit](https://pre-commit.com/) using their d
1515
- id: commit-msg-hook
1616
args: ["regex='[A-Z]{3,4}-[0-9]{3,6} \| [\w\s]* \| .+'"]
1717
stages: [commit-msg]
18-
```
18+
```
19+
20+
#### To enable commit-msg hook with pre-commit run:
21+
`pre-commit install --hook-type commit-msg`
22+
23+
#### Update to the latest release (optional)
24+
`pre-commit autoupdate --repo https://github.com/dtaivpp/commit-msg-regex-hook.git`

0 commit comments

Comments
 (0)