Skip to content

Commit

Permalink
docs: Update README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
linpengteng committed Dec 16, 2022
1 parent 3593c54 commit 6ee8d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
> Since cz-message-helper is a plug-in for committen. you need to install the following dependencies
> + [commitizen](https://github.com/commitizen/cz-cli) ------------------------- Standardize your commit message
> + [@commitlint/cli](https://github.com/conventional-changelog/commitlint) --------------------- A commitizen cli
> + [@commitlint/config-conventional](github.com/conventional-changelog/commitlint) ---- A commit message specification rule
> + [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) ---- A commit message specification rule
> + [husky](https://github.com/typicode/husky) ------------------------------- Brefore git commit lint commit message

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
> 因为cz-message-helper是committen的插件, 所以您需要安装以下依赖项
> + [commitizen](https://github.com/commitizen/cz-cli) ------------------------- 规范你的提交消息
> + [@commitlint/cli](https://github.com/conventional-changelog/commitlint) --------------------- `commitizen` `cli` 工具
> + [@commitlint/config-conventional](github.com/conventional-changelog/commitlint) ---- 提交消息规范规则
> + [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) ---- 提交消息规范规则
> + [husky](https://github.com/typicode/husky) ------------------------------- 用于 git 提交前对 message 进行 `commitlint` 校验

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-message-helper",
"version": "1.1.5",
"version": "1.1.6",
"description": "A commit message helper for commitizen",
"license": "MIT",
"author": "lin pengteng <china.linpengteng@gmail.com>",
Expand Down

0 comments on commit 6ee8d1f

Please sign in to comment.