-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathrelease-drafter.yml
45 lines (43 loc) · 1.05 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
name-template: "$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "💥 Breaking Changes"
labels:
- "breaking"
- title: "🎁 Features & Improvements"
labels:
- "feature"
- "enhancement"
- title: "🚨 Bug Fixes"
labels:
- "bug"
- title: "📝 Documentation"
labels:
- "documentation"
- title: "👷 Maintenance & Refactoring"
labels:
- "maintenance"
- "refactoring"
- title: "🔒 Security"
labels:
- "security"
- title: "⬆ Dependencies"
labels:
- "dependencies"
#- title: "🔥 Removed"
#- title: "⚡️ Performance"
#- title: "✅ Tests"
#- title: "💡 New Features"
#- title: "🧰 Maintenance"
#- title: "⚠️ Deprecations"
#- title: "✨ New Features"
exclude-labels:
- "skip changelog"
change-template: "- $TITLE (#$NUMBER) by @$AUTHOR"
replacers:
- search: '/(?:and)?(,)?(\s)*@github-actions(?:\[bot\])?,?/g'
replace: ""
template: |
$CHANGES
## 👥 Contributors
Thanks to $CONTRIBUTORS for the contributions.