Skip to content

Commit

Permalink
fix(infra): cz-config 文案调整
Browse files Browse the repository at this point in the history
  • Loading branch information
EAGzzyCSL committed Feb 25, 2024
1 parent f122140 commit 2b39054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module.exports = {
types: [
{ name: 'build: 构建相关改动', value: 'build' },
{ name: 'chore: 杂项相关改动', value: 'chore' },
{ name: 'ci: ci相关改动', value: 'ci' },
{ name: 'ci: CI 相关改动', value: 'ci' },
{ name: 'docs: 文档相关改动', value: 'docs' },
{ name: 'feat: feature增加', value: 'feat' },
{ name: 'fix: bug修复', value: 'fix' },
{ name: 'feat: feature 增加', value: 'feat' },
{ name: 'fix: bug 修复', value: 'fix' },
{ name: 'perf: 性能优化', value: 'perf' },
{ name: 'refactor: 代码重构', value: 'refactor' },
{ name: 'revert: revert变更', value: 'revert' },
{ name: 'revert: revert 变更', value: 'revert' },
{ name: 'style: 代码格式相关改动', value: 'style' },
{ name: 'test: 测试相关改动', value: 'test' },
],
Expand Down

0 comments on commit 2b39054

Please sign in to comment.