style(projects): rename script czh to commit:zh (#597)

This commit is contained in:
青菜白玉汤
2024-08-13 16:37:55 +08:00
committed by GitHub
parent a8f923eb38
commit 5094f0eea8
2 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ export const locales = {
gitCommitTypes: [
['feat', '新功能'],
['fix', '修复Bug'],
['docs', '只更新文档'],
['docs', '只涉及文档更新'],
['style', '修改代码风格,不影响代码含义的变更'],
['refactor', '代码重构,既不修复 bug 也不添加功能的代码变更'],
['perf', '可提高性能的代码更改'],
['optimize', '优化代码质量的代码更改'],
['test', '添加缺失的测试或更正现有测'],
['test', '添加缺失的测试或更正现有测'],
['build', '影响构建系统或外部依赖项的更改'],
['ci', '对 CI 配置文件和脚本的更改'],
['chore', '没有修改src或测试文件的其他变更'],