style: 统一代码格式和类型定义,测试eslint --fix, 还是有报错
This commit is contained in:
60
.github/release.yml
vendored
60
.github/release.yml
vendored
@@ -1,31 +1,31 @@
|
||||
categories:
|
||||
- title: '🚀 新功能'
|
||||
labels: ['feat', 'feature']
|
||||
- title: '🛠️ 修复'
|
||||
labels: ['fix', 'bugfix']
|
||||
- title: '💅 样式'
|
||||
labels: ['style']
|
||||
- title: '📄 文档'
|
||||
labels: ['docs']
|
||||
- title: '⚡️ 性能'
|
||||
labels: ['perf']
|
||||
- title: '🧪 测试'
|
||||
labels: ['test']
|
||||
- title: '♻️ 重构'
|
||||
labels: ['refactor']
|
||||
- title: '📦 构建'
|
||||
labels: ['build']
|
||||
- title: '🚨 补丁'
|
||||
labels: ['patch', 'hotfix']
|
||||
- title: '🌐 发布'
|
||||
labels: ['release', 'publish']
|
||||
- title: '🔧 流程'
|
||||
labels: ['ci', 'cd', 'workflow']
|
||||
- title: '⚙️ 配置'
|
||||
labels: ['config', 'chore']
|
||||
- title: '📁 文件'
|
||||
labels: ['file']
|
||||
- title: '🎨 格式化'
|
||||
labels: ['format']
|
||||
- title: '🔀 其他'
|
||||
labels: ['other', 'misc']
|
||||
- title: 🚀 新功能
|
||||
labels: [feat, feature]
|
||||
- title: 🛠️ 修复
|
||||
labels: [fix, bugfix]
|
||||
- title: 💅 样式
|
||||
labels: [style]
|
||||
- title: 📄 文档
|
||||
labels: [docs]
|
||||
- title: ⚡️ 性能
|
||||
labels: [perf]
|
||||
- title: 🧪 测试
|
||||
labels: [test]
|
||||
- title: ♻️ 重构
|
||||
labels: [refactor]
|
||||
- title: 📦 构建
|
||||
labels: [build]
|
||||
- title: 🚨 补丁
|
||||
labels: [patch, hotfix]
|
||||
- title: 🌐 发布
|
||||
labels: [release, publish]
|
||||
- title: 🔧 流程
|
||||
labels: [ci, cd, workflow]
|
||||
- title: ⚙️ 配置
|
||||
labels: [config, chore]
|
||||
- title: 📁 文件
|
||||
labels: [file]
|
||||
- title: 🎨 格式化
|
||||
labels: [format]
|
||||
- title: 🔀 其他
|
||||
labels: [other, misc]
|
||||
|
||||
Reference in New Issue
Block a user