git提交规范 fix,feat等字段含义

以下是commit提交规范,主要是在提交代码时标识本次提交的属性

feat: 新功能(feature)
fix: 修补bug
docs: 文档(documentation)
style: 格式(不影响代码运行的变动)
refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
chore: 构建过程或辅助工具的变动
revert: 撤销,版本回退
perf: 性能优化
test:测试
improvement: 改进
build: 打包
ci: 持续集成

猜你喜欢

转载自blog.csdn.net/weixin_44599143/article/details/128090981
今日推荐