We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d3be6 commit fc9982bCopy full SHA for fc9982b
1 file changed
package.json
@@ -28,6 +28,8 @@
28
"@types/mocha": "5",
29
"@types/node": "9",
30
"chai": "4",
31
+ "commitizen": "^4.0.3",
32
+ "cz-conventional-changelog": "^3.0.2",
33
"globby": "8",
34
"mocha": "5",
35
"nyc": "11",
@@ -63,7 +65,13 @@
63
65
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
64
66
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
67
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
- "version": "oclif-dev readme && git add README.md"
68
+ "version": "oclif-dev readme && git add README.md",
69
+ "commit": "git-cz"
70
},
- "types": "lib/index.d.ts"
71
+ "types": "lib/index.d.ts",
72
+ "config": {
73
+ "commitizen": {
74
+ "path": "./node_modules/cz-conventional-changelog"
75
+ }
76
77
}
0 commit comments