加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.czrc 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
virzs 提交于 2021-12-23 14:03 . ci(依赖配置): :wrench:添加提交规范配置
{
"path": "cz-conventional-changelog",
"disableEmoji": false,
"types": {
"feat": {
"description": "✨ Features | 新功能",
"value": "feat"
},
"fix": {
"description": "🐛 Bug Fixes | Bug 修复",
"value": "fix"
},
"perf": {
"description": "⚡ Performance Improvements | 性能优化",
"value": "perf"
},
"revert": {
"description": "⏪ Reverts | 回退",
"value": "revert"
},
"chore": {
"description": "📦 Chores | 其他更新",
"value": "chore"
},
"docs": {
"description": "📝 Documentation | 文档",
"value": "docs"
},
"style": {
"description": "💄 Styles | 风格",
"value": "style"
},
"refactor": {
"description": "♻ Code Refactoring | 代码重构",
"value": "refactor"
},
"test": {
"description": "✅ Tests | 测试",
"value": "test"
},
"release": {
"description": "🔖 发布版本 / 标签",
"value": "release"
},
"build": {
"description": "👷‍ Build System | 构建",
"value": "build"
},
"ci": {
"description": "🔧 Continuous Integration | CI 配置",
"value": "ci"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化