We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c561ac + 5e6b87e commit 8651dd4Copy full SHA for 8651dd4
src/cli/commitizen.js
@@ -53,7 +53,7 @@ function bootstrap(environment = {}) {
53
contributors to follow your commit message conventions using commitizen then
54
you'll need to run a command like this one to add this adapter to your config:
55
56
- commitizen init cz-convetional-changelog --save
+ commitizen init cz-conventional-changelog --save
57
58
You should swap out cz-conventional-changelog for the NPM package name of the
59
adapter you wish you install in your project's package.json.
@@ -84,4 +84,4 @@ function bootstrap(environment = {}) {
84
`);
85
}
86
87
-}
+}
0 commit comments