1.4K Star 4.6K Fork 1.2K

dgiot开源社区 / iotStudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cz-config.js 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
types: [
{ value: 'feat', name: 'feat: 新增功能' },
{ value: 'fix', name: 'fix: 修复bug' },
{ value: 'docs', name: 'docs: 文档变更' },
{
value: 'style',
name: 'style: 代码格式(不影响功能,例如空格、分号等格式修正)',
},
{
value: 'refactor',
name: 'refactor: 代码重构(不包括 bug 修复、功能新增)',
},
{ value: 'perf', name: 'perf: 性能优化' },
{ value: 'test', name: 'test: 添加、修改测试用例' },
{
value: 'build',
name: 'build: 构建流程、外部依赖变更(如升级 npm 包、修改 脚手架 配置等)',
},
{ value: 'ci', name: 'ci: 修改 CI 配置、脚本' },
{
value: 'chore',
name: 'chore: 对构建过程或辅助工具和库的更改(不影响源文件、测试用例)',
},
{ value: 'revert', name: 'revert: 回滚 commit' },
],
scopes: [
['dashboard', '总控台'],
['multitenant', '多租户'],
['equipmentCloud', '设备云'],
['cloudOperations', '云运维'],
['cloudFunction', '云函数'],
['cloudTest', '云检测'],
['cloudSystem', '云系统'],
['cloudLogs', '云日志'],
['cloudPressure', '云压测'],
['projects', '项目搭建'],
['components', '组件相关'],
['vuex', 'vuex 相关'],
['issues', 'issues 修复'],
['utils', 'utils 相关'],
['styles', '样式相关'],
['api', 'api相关'],
['deps', '项目依赖'],
['auth', '对 auth 修改'],
['other', '其他修改'],
['custom', '以上都不是?我要自定义'],
].map(([value, description]) => {
return {
value,
name: `${value.padEnd(30)} (${description})`,
}
}),
messages: {
type: '确保本次提交遵循 Angular 规范!\n选择你要提交的类型:',
scope: '\n选择一个 scope(可选):',
customScope: '请输入自定义的 scope:',
subject: '填写简短精炼的变更描述:\n',
body: '填写更加详细的变更描述(可选)。使用 "|" 换行:\n',
breaking: '列举非兼容性重大的变更(可选):\n',
footer: '列举出所有变更的 ISSUES CLOSED(可选)。 例如: #31, #34:\n',
confirmCommit: '确认提交?',
},
allowBreakingChanges: ['feat', 'fix'],
subjectLimit: 100,
breaklineChar: '|',
}
JavaScript
1
https://gitee.com/dgiiot/iotStudio.git
git@gitee.com:dgiiot/iotStudio.git
dgiiot
iotStudio
iotStudio
master

搜索帮助