amis/.github/release-drafter.yml

18 lines
242 B
YAML
Raw Normal View History

2021-05-30 11:41:18 +08:00
template: |
2021-05-30 12:01:15 +08:00
## 更新记录
2021-05-30 11:41:18 +08:00
$CHANGES
2021-05-30 12:01:15 +08:00
categories:
- title: 新功能
label: feat
- title: Bugfix
label: fix
- title: 依赖更新
label: dep
- title: 日常维护
label: chore
- title: 文档
label: docs