Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 354 Bytes

git 提交规范

  1. 提交范本 git commit -m 'feat: xxx'
feat:增加新功能
fix:修补bug
docs:新增文件
style: 格式(不影响程序的执行)
refactor:重构(即不是新增功能,也不是修改bug的程序变动)
test:增加测试
chore:构建过程、辅助包 的修改
revert: 回滚到上一个版本