forked from UI-Lovelace-Minimalist/UI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-drafter.yml
51 lines (47 loc) · 1.13 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
---
name-template: "v$RESOLVED_VERSION 🏳️🌈"
tag-template: "v$RESOLVED_VERSION"
change-template: "- #$NUMBER $TITLE @$AUTHOR"
sort-direction: "ascending"
categories:
- title: "⚠️ Breaking changes"
label: "breaking change"
- title: "💡 Features"
label: ":bulb: feature"
- title: "✨ Code enhancements"
label: ":sparkles: enhancement"
- title: "💡 New Custom Cards"
label: ":bulb: custom feature"
- title: "✨ Custom Card enhancements"
label: ":sparkles: custom enhancement"
- title: "🐛 Bug Fixes"
label: ":bug: bug"
- title: "💬 Translations"
label: ":speech_balloon: translation"
- title: "📝 Documentation"
label: ":memo: documentation"
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: "patch"
template: |
## Changes
$CHANGES
## ❤️ Thank you so much for helping out to keep this UI awesome
$CONTRIBUTORS
exclude-contributors:
- "github-actions"
autolabeler:
- label: ":bug: bug"
branch:
- "/fix/.+/"
- label: ":bulb: feature"
branch:
- "/feature/.+/"