Skip to content

Commit 529a45e

Browse files
committed
chore: changed readme
1 parent 9ad6ffe commit 529a45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Add the following to your `.pre-commit-config.yaml`:
77
```
88
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
9-
rev: v7.0.1
9+
rev: <latest tag>
1010
hooks:
1111
- id: commitlint
1212
stages: [commit-msg]
@@ -15,7 +15,7 @@
1515
add it to the `additional_dependencies` parameter of the hooks, i.e:
1616
```
1717
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
18-
rev: v7.0.1
18+
rev: <latest tag>
1919
hooks:
2020
- id: commitlint
2121
stages: [commit-msg]

0 commit comments

Comments
 (0)