.versionrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "header": "# 更新日志 \n\n",
  3. "types": [{
  4. "type": "feat",
  5. "section": "✨ Features | 新功能",
  6. "hidden": false
  7. },
  8. {
  9. "type": "fix",
  10. "section": "🐛 Bug Fixes | Bug 修复",
  11. "hidden": false
  12. },
  13. {
  14. "type": "init",
  15. "section": "🎉 Init | 初始化",
  16. "hidden": true
  17. },
  18. {
  19. "type": "docs",
  20. "section": "✏️ Documentation | 文档",
  21. "hidden": false
  22. },
  23. {
  24. "type": "style",
  25. "section": "💄 Styles | 风格",
  26. "hidden": true
  27. },
  28. {
  29. "type": "refactor",
  30. "section": "♻️ Code Refactoring | 代码重构",
  31. "hidden": true
  32. },
  33. {
  34. "type": "perf",
  35. "section": "⚡ Performance Improvements | 性能优化",
  36. "hidden": true
  37. },
  38. {
  39. "type": "test",
  40. "section": "✅ Tests | 测试",
  41. "hidden": true
  42. },
  43. {
  44. "type": "revert",
  45. "section": "⏪ Revert | 回退",
  46. "hidden": true
  47. },
  48. {
  49. "type": "build",
  50. "section": "📦‍ Build System | 打包构建",
  51. "hidden": true
  52. },
  53. {
  54. "type": "chore",
  55. "section": "🚀 Chore | 构建/工程依赖/工具",
  56. "hidden": true
  57. },
  58. {
  59. "type": "ci",
  60. "section": "👷 Continuous Integration | CI 配置",
  61. "hidden": true
  62. }
  63. ]
  64. }