2 Star 6 Fork 1

lblblib / tarojs-router-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cz-config.js 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
lblblong 提交于 2021-05-14 15:56 . chore: 引入husky规范提交
module.exports = {
types: [
{
value: 'feat',
name: '✨ 新功能',
},
{
value: 'fix',
name: '🐛 bug修复',
},
{
value: 'refactor',
name: '🎨 重构代码',
},
{
value: 'perf',
name: '👌 性能优化',
},
{
value: 'build',
name: '📦 构建过程修改',
},
{
value: 'ci',
name: '📦 CI修改',
},
{
value: 'docs',
name: '📖 文档更新',
},
{
value: 'chore',
name: '🙈 其他修改',
},
],
scopes: [],
messages: {
type: '提交类型:',
subject: '简短说明:',
confirmCommit: '确认提交?',
},
allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix'],
skipQuestions: ['scope', 'body', 'breaking', 'footer'],
}
TypeScript
1
https://gitee.com/lblblib/tarojs-router-next.git
git@gitee.com:lblblib/tarojs-router-next.git
lblblib
tarojs-router-next
tarojs-router-next
master

搜索帮助