mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: update release-drafter.yml
This commit is contained in:
parent
918266f695
commit
4c38052067
40
.github/release-drafter.yml
vendored
40
.github/release-drafter.yml
vendored
@ -1,34 +1,56 @@
|
|||||||
categories:
|
categories:
|
||||||
- title: 新功能
|
- title: 新功能 Features 🚀
|
||||||
label: feat
|
label: feat
|
||||||
- title: Bugfix
|
- title: 问题修复 Bugfix 🐛
|
||||||
label: fix
|
labels:
|
||||||
|
- 'fix'
|
||||||
|
- 'fixes'
|
||||||
- title: 依赖更新
|
- title: 依赖更新
|
||||||
label: dep
|
label: dep
|
||||||
- title: 日常维护
|
- title: 日常维护 Chore
|
||||||
label: chore
|
label: chore
|
||||||
- title: 样式更新
|
- title: 样式调整 Style 🌈
|
||||||
label: style
|
labels:
|
||||||
- title: 文档
|
- 'style'
|
||||||
label: doc
|
- 'styles'
|
||||||
|
- title: 文档更新 Docs
|
||||||
|
labels:
|
||||||
|
- 'doc'
|
||||||
|
- 'docs'
|
||||||
|
- title: 单元测试 test
|
||||||
|
label: test
|
||||||
|
|
||||||
autolabeler:
|
autolabeler:
|
||||||
- label: 'feat'
|
- label: 'feat'
|
||||||
|
branch:
|
||||||
|
- '/feat-.+/i'
|
||||||
title:
|
title:
|
||||||
- '/feat/i'
|
- '/feat/i'
|
||||||
- label: 'fix'
|
- label: 'fix'
|
||||||
|
branch:
|
||||||
|
- '/fix-.+/i'
|
||||||
title:
|
title:
|
||||||
- '/fix/i'
|
- '/fix/i'
|
||||||
- label: 'chore'
|
- label: 'chore'
|
||||||
|
branch:
|
||||||
|
- '/chore-.+/i'
|
||||||
title:
|
title:
|
||||||
- '/chore/i'
|
- '/chore/i'
|
||||||
- label: 'style'
|
- label: 'style'
|
||||||
|
branch:
|
||||||
|
- '/style[s]?-.+/i'
|
||||||
title:
|
title:
|
||||||
- '/style/i'
|
- '/style/i'
|
||||||
- label: 'doc'
|
- label: 'doc'
|
||||||
|
branch:
|
||||||
|
- '/doc[s]?-.+/i'
|
||||||
title:
|
title:
|
||||||
- '/doc/i'
|
- '/doc/i'
|
||||||
|
- label: 'test'
|
||||||
|
branch:
|
||||||
|
- '/test[s]?-.+/i'
|
||||||
|
title:
|
||||||
|
- '/test/i'
|
||||||
template: |
|
template: |
|
||||||
|
|
||||||
## 更新记录
|
## 更新记录
|
||||||
|
Loading…
Reference in New Issue
Block a user