diff --git a/README.md b/README.md index c4a70b5..fdc688d 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ module.exports = { }; ``` +> Note: The format types of submitted message are `'upd','feat','fix','refactor','docs','chore','style','revert'`, for example: `feat: add support for i18n` + #### File name verification (optional) By default, file name verification does not require any configuration. The default rule is to support `camelcase` or `pascalcase` style file names. diff --git a/README_CN.md b/README_CN.md index 3a832d1..cd50b2f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -153,6 +153,8 @@ module.exports = { }; ``` +> 注意:提交消息的格式类型有` 'upd', 'feat', 'fix', 'refactor', 'docs', 'chore', 'style', 'revert'`, 比如:`feat: 添加国际化支持` + #### 文件名校验(可选) 文件名校验在默认情况下,不需要做任何配置,默认规则是支持 `camelcase` 或 `pascalcase`风格的文件名。 diff --git a/package.json b/package.json index 959901a..3218cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-specification-unid", - "version": "1.0.3", + "version": "1.0.4", "description": "A collection of configuration files containing prettier, eslint, stylelint, husky, lint-staged, commitlint", "keywords": [ "eslint",