release.yml 730 B

1234567891011121314151617181920212223242526272829303132
  1. categories:
  2. - title: 🚀 新功能
  3. labels: [feat, feature]
  4. - title: 🛠️ 修复
  5. labels: [fix, bugfix]
  6. - title: 💅 样式
  7. labels: [style]
  8. - title: 📄 文档
  9. labels: [docs]
  10. - title: ⚡️ 性能
  11. labels: [perf]
  12. - title: 🧪 测试
  13. labels: [test]
  14. - title: ♻️ 重构
  15. labels: [refactor]
  16. - title: 📦 构建
  17. labels: [build]
  18. - title: 🚨 补丁
  19. labels: [patch, hotfix]
  20. - title: 🌐 发布
  21. labels: [release, publish]
  22. - title: 🔧 流程
  23. labels: [ci, cd, workflow]
  24. - title: ⚙️ 配置
  25. labels: [config, chore]
  26. - title: 📁 文件
  27. labels: [file]
  28. - title: 🎨 格式化
  29. labels: [format]
  30. - title: 🔀 其他
  31. labels: [other, misc]