-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
release-drafter.yml
39 lines (31 loc) · 1 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
name-template: 'Release $RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
categories:
- title: ':boom: Breaking changes'
label: 'pr: breaking change'
- title: ':sparkles: New features'
label: 'pr: new-feature'
- title: ':zap: Enhancements'
label: 'pr: enhancement'
- title: ':bug: Bug Fixes'
label: 'pr: bugfix'
- title: ':arrow_up: Dependency Updates'
labels:
- 'pr: dependency-update'
- 'dependencies'
include-labels:
- 'pr: breaking change'
- 'pr: enhancement'
- 'pr: dependency-update'
- 'pr: new-feature'
- 'pr: bugfix'
template: |
## 👀 Summary
$CHANGES
## Links
- [Discord server for NetDaemon](https://discord.gg/GFzBYpuCG3)
- [NetDaemon Documentation](https://netdaemon.xyz)
- [If you like what I (@helto4real) do please consider sponsoring me on GitHub](https://github.com/sponsors/helto4real)
- [Or buy me a ☕️ / 🍺](https://www.buymeacoffee.com/ij1qXRM6E)