1 Star 0 Fork 0

若舞幺/wangEditor-crm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cz-config.js 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
types: [
{
value: 'WIP',
name: '💡 WIP: Work in progress',
},
{
value: 'feat',
name: '🚀 feat: A new feature',
},
{
value: 'fix',
name: '🔧 fix: A bug fix',
},
{
value: 'refactor',
name: '🔨 refactor: A code change that neither fixes a bug nor adds a feature',
},
{
value: 'release',
name: '🛳 release: Bump to a new Semantic version',
},
{
value: 'docs',
name: '📚 docs: Documentation only changes',
},
{
value: 'test',
name: '🔍 test: Add missing tests or correcting existing tests',
},
{
value: 'perf',
name: '⚡️ perf: Changes that improve performance',
},
{
value: 'chore',
name:
"🚬 chore: Changes that don't modify src or test files. Such as updating build tasks, package manager",
},
{
value: 'workflow',
name:
'📦 workflow: Changes that only affect the workflow. Such as updateing build systems or CI etc.',
},
{
value: 'style',
name:
'💅 style: Code Style, Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)',
},
{
value: 'revert',
name: '⏱ revert: Revert to a commit',
},
],
// Specify the scopes for your particular project
scopes: [],
allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix'],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/crmlch/wang-editor-crm.git
git@gitee.com:crmlch/wang-editor-crm.git
crmlch
wang-editor-crm
wangEditor-crm
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385