1- rc . js
21module . exports = {
3- " types" : [
4- { " type" : "feat" , " section" : "✨ Features | 新功能" } ,
5- { " type" : "fix" , " section" : "🐛 Bug Fixes | Bug 修复" } ,
6- { " type" : "perf" , " section" : "⚡ Performance Improvements | 性能优化" } ,
7- { " type" : "revert" , " section" : "⏪ Reverts | 回退" } ,
8- { " type" : "chore" , " section" : "📦 Chores | 其他更新" } ,
9- { " type" : "docs" , " section" : "📝 Documentation | 文档" } ,
10- { " type" : "style" , " section" : "💄 Styles | 风格" } ,
11- { " type" : "refactor" , " section" : "♻️ Code Refactoring | 代码重构" } ,
12- { " type" : "test" , " section" : "✅ Tests | 测试" }
13- ]
14- }
2+ types : [
3+ { type : "feat" , section : "✨ Features | 新功能" } ,
4+ { type : "fix" , section : "🐛 Bug Fixes | Bug 修复" } ,
5+ { type : "perf" , section : "⚡ Performance Improvements | 性能优化" } ,
6+ { type : "revert" , section : "⏪ Reverts | 回退" } ,
7+ { type : "chore" , section : "📦 Chores | 其他更新" } ,
8+ { type : "docs" , section : "📝 Documentation | 文档" } ,
9+ { type : "style" , section : "💄 Styles | 风格" } ,
10+ { type : "refactor" , section : "♻️ Code Refactoring | 代码重构" } ,
11+ { type : "test" , section : "✅ Tests | 测试" } ,
12+ ] ,
13+ } ;
0 commit comments