Skip to content

Commit

Permalink
feat(global): 引入cz-conventional-changelog库
Browse files Browse the repository at this point in the history
引入commitizen的适配器cz-conventional-changelog用于生成规范的commit message
  • Loading branch information
MagicHacker committed Aug 22, 2020
1 parent 0c6f5ba commit 9a2c2e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"devDependencies": {
"babel-eslint": "^10.1.0",
"commitizen": "^4.1.5",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.4.0",
"husky": "^4.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 9a2c2e6

Please sign in to comment.