Skip to content

Commit 04e4b4d

Browse files
authored
docs: add another commitlint adapter (#832)
1 parent 370faf5 commit 04e4b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ bootstrap({
246246
"bin": "./my-cli.js",
247247
"dependencies": {
248248
"commitizen": "^2.7.6",
249-
"cz-conventional-changelog": "^1.1.5",
249+
"cz-conventional-changelog": "^1.1.5"
250250
}
251251
}
252252
```
@@ -272,6 +272,7 @@ We know that every project and build process has different requirements so we've
272272
- [rb-conventional-changelog](https://www.npmjs.com/package/rb-conventional-changelog)
273273
- [cz-mapbox-changelog](https://www.npmjs.com/package/cz-mapbox-changelog)
274274
- [cz-customizable](https://github.com/leonardoanalista/cz-customizable)
275+
- [cz-commitlint](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/cz-commitlint)
275276
- [commitlint](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/prompt)
276277
- [vscode-commitizen](https://github.com/KnisterPeter/vscode-commitizen)
277278
- [cz-emoji](https://github.com/ngryman/cz-emoji)

0 commit comments

Comments
 (0)