-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathrelease-drafter.yaml
35 lines (34 loc) · 945 Bytes
/
release-drafter.yaml
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
name-template: v$RESOLVED_VERSION 🌈
tag-template: v$RESOLVED_VERSION
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
exclude-labels:
- skip-changelog
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: \<*_&
template: |
## Changes
$CHANGES