13 Star 189 Fork 37

vuepress-reco/vuepress-theme-reco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cz-config.js 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
recoluan 提交于 2022-08-19 00:02 +08:00 . build: expand the type of breaking change
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', 'refactor', 'perf'],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/vuepress-reco/vuepress-theme-reco.git
git@gitee.com:vuepress-reco/vuepress-theme-reco.git
vuepress-reco
vuepress-theme-reco
vuepress-theme-reco
main

搜索帮助