File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
>
11
11
> ` cat docs/assets/commitlint.json | svg-term --out docs/assets/commitlint.svg --frame --profile=Seti --height=20 --width=80 `
12
12
13
- [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ Github Actions] [ 4 ]] [ 5 ]
13
+ [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ node compatibility ] [ 13 ]] [ 14 ] [ ![ Github Actions] [ 4 ]] [ 5 ]
14
14
15
15
- 🚓 Be a good ` commitizen `
16
16
- 📦 Share configuration via ` npm `
@@ -108,9 +108,11 @@ yarn husky install
108
108
```
109
109
110
110
### Add hook
111
+
111
112
> [ !WARNING]
112
113
> It's necessary that you use ** commit-msg** as the name for hook file.
113
114
> Read Git hooks [ documentation] ( https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks ) for more info.
115
+
114
116
```
115
117
npx husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'
116
118
```
@@ -354,3 +356,5 @@ npx lerna exec --no-bail --no-private --no-sort --stream -- '[ -n "$(npm v . dis
354
356
[ 10 ] : https://img.shields.io/npm/v/@commitlint/cli/next.svg?style=flat-square
355
357
[ 11 ] : https://devtoolscommunity.herokuapp.com/badge.svg?style=flat-square
356
358
[ 12 ] : https://devtoolscommunity.herokuapp.com
359
+ [ 13 ] : https://img.shields.io/node/v/@commitlint/cli.svg
360
+ [ 14 ] : https://nodejs.org/en/about/previous-releases
You can’t perform that action at this time.
0 commit comments