Ai
3 Star 20 Fork 1

Hyperledger/cactus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
changelog.config.js 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
disableEmoji: true,
list: [
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
],
maxMessageLength: 64,
minMessageLength: 3,
maxHeaderWidth: 72,
questions: [
"type",
"scope",
"subject",
"body",
"breaking",
"issues",
"lerna",
],
scopes: [],
types: {
build: {
description:
"Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
emoji: "",
value: "build",
},
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",
},
revert: {
description: "Reverts a previous commit",
emoji: "",
value: "revert",
},
style: {
description: "Markup, white-space, formatting, missing semi-colons...",
emoji: "",
value: "style",
},
test: {
description: "Adding missing tests",
emoji: "",
value: "test",
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/cactus.git
git@gitee.com:hyperledger/cactus.git
hyperledger
cactus
cactus
main

搜索帮助