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.
1 parent 114f967 commit 922097bCopy full SHA for 922097b
.cz.json
package.json
@@ -4,6 +4,7 @@
4
"description": "Commitizen adapter following the conventional-changelog format.",
5
"main": "index.js",
6
"scripts": {
7
+ "commit": "git-cz",
8
"test": "echo 'Tests need to be setup!'",
9
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
10
},
@@ -18,6 +19,10 @@
18
19
"word-wrap": "^1.0.3"
20
21
"devDependencies": {
22
+ "commitizen": "1.0.5",
23
"semantic-release": "^4.3.5"
24
+ },
25
+ "czConfig": {
26
+ "path": "./"
27
}
28
0 commit comments