代码拉取完成,页面将自动刷新
module.exports = {
disableEmoji: false,
format: '{type}{scope}: {emoji}{subject}',
list: [
'test',
'feat',
'fix',
'chore',
'docs',
'refactor',
'style',
'ci',
'perf',
'build',
],
maxMessageLength: 64,
minMessageLength: 3,
questions: [
'type',
'scope',
'subject',
'body',
'breaking',
'issues',
'lerna',
],
scopes: [],
types: {
chore: {
description: '构建过程或辅助工具的变动',
emoji: '🤖',
value: 'chore',
},
ci: {
description:
'对CI配置文件和脚本的更改(示例范围:Travis, Circle, BrowserStack, SauceLabs)',
emoji: '🎡',
value: 'ci',
},
docs: {
description: '文档增删改',
emoji: '✏️',
value: 'docs',
},
feat: {
description: '一个新功能',
emoji: '🎸',
value: 'feat',
},
fix: {
description: '一个bug',
emoji: '🐛',
value: 'fix',
},
perf: {
description: '性能优化',
emoji: '⚡️',
value: 'perf',
},
refactor: {
description: '既不修复bug也不添加新功能的更改',
emoji: '💡',
value: 'refactor',
},
build: {
description: '新的发版提交',
emoji: '🏹',
value: 'build',
},
style: {
description: '样式修改(空白、格式、缺少分号等)',
emoji: '💄',
value: 'style',
},
test: {
description: '增加测试',
emoji: '💍',
value: 'test',
},
},
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。