3 Star 4 Fork 5

mirrors_wangeditor-team/wangEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.cz-config.js 1.46 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 updating 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'],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_wangeditor-team/wangEditor.git
[email protected]:mirrors_wangeditor-team/wangEditor.git
mirrors_wangeditor-team
wangEditor
wangEditor
master

搜索帮助