JaneChelle | Blog JaneChelle | Blog

执着于理想,纯粹于当下

目录
git提交规范
/  

git提交规范

  1. feat: 新功能(feature)
  2. fix: 修补bug
  3. docs: 文档(documentation)
  4. style: 格式(不影响代码的运行的变动)
  5. refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
  6. test: 增加测试
  7. chore: 构建过程或辅助工具的变动