1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/meetqy-acss-dnd

Клонировать/Скачать
changelog.config.js 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
xiaoqiyang Отправлено 28.03.2022 09:36 22cce5e
module.exports = {
disableEmoji: false,
format: "{type}{scope}: {emoji}{subject}",
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",
},
},
};

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/meetqy-acss-dnd.git
git@api.gitlife.ru:oschina-mirror/meetqy-acss-dnd.git
oschina-mirror
meetqy-acss-dnd
meetqy-acss-dnd
dev