forked from baidu/amis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
58 lines (55 loc) · 972 Bytes
/
release-drafter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
categories:
- title: 新功能 Features 🚀
label: feat
- title: 问题修复 Bugfix 🐛
labels:
- 'fix'
- 'fixes'
- title: 依赖更新
label: dep
- title: 日常维护 Chore
label: chore
- title: 样式调整 Style 🌈
labels:
- 'style'
- 'styles'
- title: 文档更新 Docs
labels:
- 'doc'
- 'docs'
- title: 单元测试 test
label: test
autolabeler:
- label: 'feat'
branch:
- '/feat-.+/i'
title:
- '/feat/i'
- label: 'fix'
branch:
- '/fix-.+/i'
title:
- '/fix/i'
- label: 'chore'
branch:
- '/chore-.+/i'
title:
- '/chore/i'
- label: 'style'
branch:
- '/style[s]?-.+/i'
title:
- '/style/i'
- label: 'doc'
branch:
- '/doc[s]?-.+/i'
title:
- '/doc/i'
- label: 'test'
branch:
- '/test[s]?-.+/i'
title:
- '/test/i'
template: |
## 更新记录
$CHANGES