Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 568 Bytes

gitcommit.md

File metadata and controls

13 lines (12 loc) · 568 Bytes

git 提交规范(Angular 规范)

  1. feat 新增一个功能
  2. fix 修复一个 Bug
  3. docs 文档变更
  4. style 代码格式(不影响功能,例如空格、分号等格式修正)
  5. refactor 代码重构
  6. perf 改善性能
  7. test 测试
  8. build 变更项目构建或外部依赖(例如 scopes: webpack、gulp、npm 等)
  9. ci 更改持续集成软件的配置文件和 package 中的 scripts 命令,例如 scopes: Travis, Circle 等
  10. chore 开发工具变动(构建、脚手架工具等)
  11. revert 代码回退