We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b35ed8 commit e3518d6Copy full SHA for e3518d6
index.js
@@ -4,7 +4,7 @@ const path = require('path');
4
const bootstrap = require('commitizen/dist/cli/git-cz').bootstrap;
5
6
bootstrap({
7
- cliPath: path.join(__dirname + '/../../node_modules/commitizen'),
+ cliPath: path.join(__dirname + '/../../../node_modules/commitizen'),
8
// this is new
9
config: {
10
"path": "cz-conventional-changelog"
0 commit comments