UNPKG

@yi-xu-0100/conventional-commit-types-i18n

Version:
49 lines (48 loc) 1.58 kB
{ "types": { "feat": { "description": "引入新特性", "title": "添加功能" }, "fix": { "description": "修复 Bug", "title": "错误修复" }, "docs": { "description": "添加或者更新文档", "title": "文档变更" }, "style": { "description": "不会影响代码含义的更改(空格,格式,缺少分号等)", "title": "格式调整" }, "refactor": { "description": "既不是修复 Bug 也不是添加特性的代码更改", "title": "代码重构" }, "perf": { "description": "更改代码以提高性能", "title": "性能优化" }, "test": { "description": "添加或者更新测试", "title": "更新测试" }, "build": { "description": "影响构建系统或外部依赖项的更改(示例作用域: gulp, broccoli, npm)", "title": "依赖调整" }, "ci": { "description": "对 CI 配置文件和脚本的更改(示例作用域: Travis, Circle, BrowserStack, SauceLabs)", "title": "脚本变更" }, "chore": { "description": "其他不会修改源文件或者测试文件的更改", "title": "杂务处理" }, "revert": { "description": "恢复到上一个版本", "title": "恢复版本" } } }