From 6ee8d1f8ee115ad248dc413a2bb81251239a3836 Mon Sep 17 00:00:00 2001 From: linpengteng Date: Fri, 16 Dec 2022 10:21:36 +0800 Subject: [PATCH] docs: Update README.md and package.json --- README.en.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 1b7a520..0091e3e 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.md b/README.md index 6f2532f..8526528 100644 --- a/README.md +++ b/README.md @@ -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` 校验 diff --git a/package.json b/package.json index 47cecf3..6aa39f1 100644 --- a/package.json +++ b/package.json @@ -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 ",