Skip to content

Commit

Permalink
🐛 fix: commit customTypeMap add pref
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Nov 3, 2023
1 parent b62436a commit c19c498
Showing 1 changed file with 74 additions and 1 deletion.
75 changes: 74 additions & 1 deletion .changelogrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,78 @@ module.exports = {
reduceHeadingLevel: true,
newlineTimestamp: true,
addBackToTop: false,
customTypeMap: {},
customTypeMap: {
feat: {
emoji: '✨',
'en-US': 'Features',
'zh-CN': '新特性',
subtitle: "What's improved",
},
fix: {
emoji: '🐛',
'en-US': 'Bug Fixes',
'zh-CN': '修复',
subtitle: "What's fixed",
},
build: {
emoji: '👷',
'en-US': 'Build System',
'zh-CN': '构建系统',
subtitle: 'Build system',
},
chore: {
emoji: '🎫',
'en-US': 'Chores',
'zh-CN': '杂项',
subtitle: 'Chores',
},
ci: {
emoji: '🔧',
'en-US': 'Continuous Integration',
'zh-CN': '持续集成',
subtitle: 'Continuous integration',
},
docs: {
emoji: '📝',
'zh-CN': '文档',
'en-US': 'Documentation',
subtitle: 'Documentation',
},
test: {
emoji: '✅',
'zh-CN': '测试',
'en-US': 'Tests',
subtitle: 'Tests',
},
perf: {
emoji: '⚡',
'en-US': 'Performance Improvements',
'zh-CN': '性能优化',
subtitle: 'Performance improvements',
},
refactor: {
emoji: '♻',
'en-US': 'Code Refactoring',
'zh-CN': '重构',
subtitle: 'Code refactoring',
},
revert: {
emoji: '⏪',
'zh-CN': '回滚',
'en-US': 'Reverts',
subtitle: 'Reverts',
},
style: {
emoji: '💄',
'en-US': 'Styles',
'zh-CN': '样式',
subtitle: 'Styles',
},
pref: {
emoji: '👌',
'en-US': 'Pref',
'zh-CN': '优化',
subtitle: 'Pref',
},
},
};

0 comments on commit c19c498

Please sign in to comment.