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

OSCHINA-MIRROR/vuepress-reco-vuepress-theme-reco-next

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.cz-config.js 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
reco_luan Отправлено 05.04.2021 13:47 3fd9436
const fs = require('fs')
const path = require('path')
const packages = fs.readdirSync(
path.resolve(__dirname, 'packages/@vuepress-reco')
)
module.exports = {
types: [
{
value: 'WIP',
name: '💪 WIP: 未完待续',
},
{
value: 'feat',
name: '✨ feat: 新的功能',
},
{
value: 'fix',
name: '🐞 fix: Bug 修复',
},
{
value: 'refactor',
name: '🔨 refactor: 功能重构',
},
{
value: 'perf',
name: '🌸 perf: 性能优化',
},
{
value: 'docs',
name: '📚 docs: 文档相关',
},
{
value: 'test',
name: '🏁 test: 测试相关',
},
{
value: 'build',
name: '🧰 build: 构建或辅助工具的变动',
},
{
value: 'style',
name: '💅 style: 优化代码结构或格式',
},
{
value: 'revert',
name: '⏪ revert: 回退 commit',
},
{
value: 'chore',
name: '⚪ chore: 琐事,不属于以上任何类型',
},
],
scopes: ['theme-reco', 'example', ...packages],
allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix'],
}

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

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

1
https://api.gitlife.ru/oschina-mirror/vuepress-reco-vuepress-theme-reco-next.git
git@api.gitlife.ru:oschina-mirror/vuepress-reco-vuepress-theme-reco-next.git
oschina-mirror
vuepress-reco-vuepress-theme-reco-next
vuepress-reco-vuepress-theme-reco-next
main