.versionrc.json 829 B

12345678910111213141516
  1. {
  2. "types": [
  3. { "type": "feat", "section": "✨ Features | 新功能" },
  4. { "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" },
  5. { "type": "init", "section": "init" },
  6. { "type": "docs", "section": "✏️ Documentation | 文档" },
  7. { "type": "style", "section": "💄 Styles | 风格" },
  8. { "type": "refactor", "section": "♻️ Code Refactoring | 代码重构" },
  9. { "type": "perf", "section": "⚡ Performance Improvements | 性能优化" },
  10. { "type": "test", "section": "✅ Tests | 测试" },
  11. { "type": "revert", "section": "⏪ Revert | 回退" },
  12. { "type": "build", "section": "📦‍ Build System | 打包构建" },
  13. { "type": "chore", "section": "🚀 Chore | 构建/工程依赖/工具" },
  14. { "type": "ci", "section": "👷 Continuous Integration | CI 配置" }
  15. ]
  16. }