Skip to content

Commit

Permalink
fix(首页): 你好的的
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzijun committed May 19, 2020
1 parent 7dde86e commit c2ff231
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .cz-config.js → .cz-config3.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ module.exports = {
// override the messages, defaults are as follows
messages: {
type: "选择提交类型:",
scope: "选择该提交的影响范围(可选):",
scope: "选择该提交的影响范围(回车跳过):",
customScope: "选择本次提交影响的范围:",
subject: "编写简短的变更描述:\n",
body: '编写更加详细的描述 (可选). 使用 "|" 进行换行:\n',
breaking: "列出与上一个版本不兼容的变更 (可选):\n",
footer: "列出本次变更后需要关闭的问题(ISSUES)(可选). 例如: #31, #34:\n",
subject: "编写简短的变更描述:",
body: '编写更加详细的描述,使用 "|" 进行换行 (回车跳过):',
breaking: "列出与上一个版本不兼容的变更 (回车跳过):",
footer:
"列出本次变更后需要关闭的问题(ISSUES). 例如: #31, #34.(回车跳过):",
confirmCommit: "确定提交吗?",
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
Expand Down

0 comments on commit c2ff231

Please sign in to comment.