1 Star 1 Fork 3

MegEngine/MegSpot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
changelog.config.js 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
disableEmoji: false,
list: ['feat', 'fix', 'combine', 'refactor', 'test', 'docs', 'chore', 'perf'],
maxMessageLength: 64,
minMessageLength: 3,
questions: ['type', 'scope', 'subject', 'body', 'issues'],
scopes: [],
types: {
chore: {
description: 'Build process or auxiliary tool changes',
emoji: '🤖',
value: 'chore'
},
combine: {
description: 'merge or rebase git branch',
emoji: '🎡',
value: 'combine'
},
docs: {
description: 'Documentation only changes',
emoji: '✏️',
value: 'docs'
},
feat: {
description: '新功能开发',
emoji: '🎸',
value: 'feat'
},
fix: {
description: 'A bug fix',
emoji: '🐛',
value: 'fix'
},
test: {
description: 'test',
emoji: '⚡️',
value: 'test'
},
perf: {
description: 'A code change that improves performance',
emoji: '⚡️',
value: 'perf'
},
refactor: {
description: 'A code change that neither fixes a bug or adds a feature',
emoji: '💡',
value: 'refactor'
},
release: {
description: 'Create a release commit',
emoji: '🏹',
value: 'release'
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/MegEngine/MegSpot.git
git@gitee.com:MegEngine/MegSpot.git
MegEngine
MegSpot
MegSpot
main

搜索帮助