feat: A new feature |
添加新功能 |
fix: A bug fix |
修复:错误修复 |
docs: Documentation only changes |
仅文档更改 |
style: Changes that do not affect the meaning of the |
不影响代码含义的更改(空格、格式、缺少分号等 |
refactor: A code change that neither fixes a bug nor |
既不修复错误也不添加功能的代码更改 |
perf: A code change that improves performance |
perf:提高性能的代码更改 |
test: Adding missing tests or correcting existing tests |
添加缺失的测试或纠正现有的测试 |
build: Changes that affect the build system or external dependencies |
影响构建系统或外部依赖项的更改 |
ci: Changes to our CI configuration files and scripts |
对我们的 CI 配置文件和脚本的更改 |
chore: Other changes that don't modify src or test |
不修改 src 或测试文件的其他更改 |
revert: Reverts a previous commit |
还原以前的提交 |