git commit语义规范

合理的应当如

[header]fix(core): remove ....(#33949)

These ....

RP Close #33949(可选)

Header可选

代码类

新增功能(feat)

修复缺陷(fix)

改进性能(perf)

格式化代码(style)

优化代码(refactor)

非代码类

更新测试代码(test)

部署相关变更(ci)

文档类变更(docs)

其他变更(chore)

猜你喜欢

转载自blog.csdn.net/qq_42901723/article/details/134916561