代码提交规范

代码提交规范

 

codeinfo
feat: msg 新功能feature
fix: msg 修复bug
merge: msg merge
docs: msg 文档修改
style: msg 格式,不影响代码运行的变动
refactor: msg 重构即不是新增功能,也不是修改bug的代码变动
test: msg 增加测试
chore: msg 构建过程或辅助工具的变动
rm: msg 删除文件或代码
pod: msg pod install / pod update podName

参考文档:Commit message 和 Change log 编写指南

 

posted @ 2020-07-21 09:43  haccer  阅读(350)  评论(0)    收藏  举报