1.1.0 • Published 5 months ago

mb-commitlint-config v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

mb-commitlint-config

安装

npm install @commitlint/cli mb-commitlint-config -D

注:package.json 中 type 必须为 module

使用

项目下新建 .commitlintrc.js

export { default } from 'mb-commitlint-config';

git commit 规范

Type作用
feat新增特性 (feature)
fix修复 Bug(bug fix)
docs修改文档 (documentation)
style代码格式修改(white-space, formatting, missing semi colons, etc)
refactor代码重构(refactor)
perf改善性能(A code change that improves performance)
test测试(when adding missing tests)
build变更项目构建或外部依赖(例如 scopes: webpack、gulp、npm 等)
ci更改持续集成软件的配置文件和 package 中的 scripts 命令,例如 scopes: Travis, Circle 等
chore变更构建流程或辅助工具(比如更改测试环境)
revert代码回退
1.1.0

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago