-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-drafter.yml
59 lines (56 loc) · 1.21 KB
/
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
59
categories:
- title: ":boom: Breaking Changes"
label: "breaking"
- title: ":rocket: Features"
label: "enhancement"
- title: ":fire: Removals and Deprecations"
label: "removal"
- title: ":beetle: Fixes"
label: "bug"
- title: ":racehorse: Performance"
label: "performance"
- title: ":rotating_light: Testing"
label: "testing"
- title: ":construction_worker: Continuous Integration"
label: "ci"
- title: ":books: Documentation"
label: "documentation"
- title: ":hammer: Refactoring"
label: "refactoring"
- title: ":lipstick: Style"
label: "style"
- title: ":package: Dependencies"
labels:
- "dependencies"
- "build"
autolabeler:
- label: 'documentation'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feat\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
- label: 'refactoring'
branch:
- '/refactor\/.+/'
title:
- '/^refactor/i'
- label: 'testing'
branch:
- '/test\/.+/'
- label: 'breaking'
title:
- '/breaking change/i'
- label: 'ci'
files:
- '.github/*'
template: |
## Changes
$CHANGES