1 Star 0 Fork 0

diogoxiang/remote-component-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
changelog.config.js 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Joel Thoms 提交于 2019-03-25 12:32 . chore: 🛠️ update commit emojis
module.exports = {
list: [
"test",
"feat",
"fix",
"chore",
"docs",
"refactor",
"style",
"ci",
"perf"
],
maxMessageLength: 64,
minMessageLength: 3,
questions: [
"type",
"scope",
"subject",
"body",
"breaking",
"issues",
"lerna"
],
scopes: [],
types: {
chore: {
description: "Build process or auxiliary tool changes",
emoji: "🛠️",
value: "chore"
},
ci: {
description: "CI related changes",
emoji: "🤖",
value: "ci"
},
docs: {
description: "Documentation only changes",
emoji: "📚",
value: "docs"
},
feat: {
description: "A new feature",
emoji: "",
value: "feat"
},
fix: {
description: "A bug fix",
emoji: "🐛",
value: "fix"
},
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"
},
style: {
description: "Markup, white-space, formatting, missing semi-colons...",
emoji: "🎨",
value: "style"
},
test: {
description: "Adding missing tests",
emoji: "🚨",
value: "test"
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/diogoxiang/remote-component-starter.git
[email protected]:diogoxiang/remote-component-starter.git
diogoxiang
remote-component-starter
remote-component-starter
master

搜索帮助