1 Star 0 Fork 0

walket / hexo-theme-stun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cz-config.js 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
liuyib 提交于 2020-12-21 21:43 . chore: change rules of lint
module.exports = {
scopes: [],
allowCustomScopes: true,
allowBreakingChanges: ["feat", "fix"],
types: [
{
value: 'feat',
name : 'feat: A new feature'
},
{
value: 'fix',
name : 'fix: A bug fix'
},
{
value: 'pref',
name: 'pref: A code change that improves performance',
},
{
value: 'refactor',
name : 'refactor: A code change that neither fixes a bug nor adds a feature'
},
{
value: 'test',
name : 'test: Add missing tests or correcting existing tests'
},
{
value: 'style',
name : 'style: Changes that do not affect the meaning of the code \n (white-space, formatting, missing semi-colons, etc)'
},
{
value: 'ci',
name: 'ci: Add or Modify the configuration of Continuous Integration(CI)',
},
{
value: 'docs',
name : 'docs: Documentation only changes'
},
{
value: 'chore',
name : 'chore: Other changes that don\'t modify src or test files. Such as updating build tasks, package manager'
},
{
value: 'revert',
name: 'revert: Revert to a commit'
}
]
};
1
https://gitee.com/walket/hexo-theme-stun.git
git@gitee.com:walket/hexo-theme-stun.git
walket
hexo-theme-stun
hexo-theme-stun
master

搜索帮助