feat - 新功能 feature 新功能,顾名思义就是新需求的实现。
fix - 修复 bug 就是对bug的修复。
docs - 添加文档注释 主要用来描述文档的变更。
style - 调整代码格式(不影响代码运行的变动) 主要是代码风格相关的提交,比如格式化等。
refactor - 重构、优化(既不增加新功能,也不是修复bug)
perf - 性能优化
test - 增加测试
chore - 构建过程或辅助工具的变动 比如之前用Maven,后面换成了Gradle。
revert - 回退
build - 打包
SVN:
fixed=Fixed issue #
tidy=Tidy up source code #
feat=Feat #
docs=Docs #
style=Style #
refactor=Refactor #
perf=Perf #
test=Test #
chore=Chore #
revert=Revert #
build=Build #