Skip to content

miaoyc666/pre-commit-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Commit Guidelines Tools

GIT提交说明检查,用于规范commit的内容

支持规则

要求commit内必需要含有以下字段

  • feat: 新功能
  • fix: bug 修复 (带Jira里的bug编号)
  • refactor: 重构(非新功能也不是bug修复的变动)
  • perf: 性能优化改进
  • cicd: 构建过程或辅助工具变更
  • test: 新增或修订单元测试
  • docs: 文档变更
  • style: 样式变更
  • revert: 回滚到上一个版本

commit示例

  • ====feat:<1.0.1>: 新增某某功能====
  • ====fix:<bug 1001>: 修正某某bug====
  • ====docs:<1.0.2>: 新增某某说明文档====

About

Git Commit Guidelines Tools, GIT提交说明检查

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages