提交规范
feat:
a new feature 一个新功能
fix:
a bug fix 问题修复
docs:
documentation only changes 文档修改
style:
Changes that do not affect the maning of the code (for
matting, missing semi-colons, etc ) 不影响代码含义的更改(空白,用于
抠图,缺少分号等)
refactor: A code change that neither fixes a bug nor adds a feature
重构: 既不修复bug也不添加特性的代码更改
perf: A code change that improves performance
改进性能的代码更改
网友评论