amis/.github/release-drafter.yml

59 lines
972 B
YAML
Raw Normal View History

2021-05-30 12:01:15 +08:00
categories:
2022-09-01 19:46:46 +08:00
- title: 新功能 Features 🚀
2021-05-30 12:01:15 +08:00
label: feat
2022-09-01 19:46:46 +08:00
- title: 问题修复 Bugfix 🐛
labels:
- 'fix'
- 'fixes'
2021-05-30 12:01:15 +08:00
- title: 依赖更新
label: dep
2022-09-01 19:46:46 +08:00
- title: 日常维护 Chore
2021-05-30 12:01:15 +08:00
label: chore
2022-09-01 19:46:46 +08:00
- title: 样式调整 Style 🌈
labels:
- 'style'
- 'styles'
- title: 文档更新 Docs
labels:
- 'doc'
- 'docs'
- title: 单元测试 test
label: test
2022-03-31 21:05:44 +08:00
autolabeler:
- label: 'feat'
2022-09-01 19:46:46 +08:00
branch:
- '/feat-.+/i'
2022-03-31 21:05:44 +08:00
title:
- '/feat/i'
- label: 'fix'
2022-09-01 19:46:46 +08:00
branch:
- '/fix-.+/i'
2022-03-31 21:05:44 +08:00
title:
- '/fix/i'
- label: 'chore'
2022-09-01 19:46:46 +08:00
branch:
- '/chore-.+/i'
2022-03-31 21:05:44 +08:00
title:
- '/chore/i'
2022-05-25 20:04:29 +08:00
- label: 'style'
2022-09-01 19:46:46 +08:00
branch:
- '/style[s]?-.+/i'
2022-05-25 20:04:29 +08:00
title:
- '/style/i'
- label: 'doc'
2022-09-01 19:46:46 +08:00
branch:
- '/doc[s]?-.+/i'
2022-03-31 21:05:44 +08:00
title:
- '/doc/i'
2022-09-01 19:46:46 +08:00
- label: 'test'
branch:
- '/test[s]?-.+/i'
title:
- '/test/i'
2022-03-31 21:18:36 +08:00
template: |
2022-05-25 20:04:29 +08:00
## 更新记录
$CHANGES