Skip to content

Commit a3f5aec

Browse files
authored
Create release-drafter.yml
1 parent 2e60bc0 commit a3f5aec

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/release-drafter.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name-template: v$RESOLVED_VERSION ️⚡️
2+
tag-template: v$RESOLVED_VERSION
3+
exclude-contributors:
4+
- github-actions[bot]
5+
- github-actions
6+
- dependabot[bot]
7+
- dependabot
8+
categories:
9+
- title: ❗️ Breaking Changes
10+
labels:
11+
- breaking
12+
- title: 🚀 Features
13+
labels:
14+
- feature
15+
- enhancement
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- fix
19+
- bug
20+
- title: 🧰 Maintenance
21+
label:
22+
- chore
23+
- dependencies
24+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
25+
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
26+
version-resolver:
27+
major:
28+
labels:
29+
- major
30+
- breaking
31+
minor:
32+
labels:
33+
- minor
34+
- feature
35+
- enhancement
36+
patch:
37+
labels:
38+
- patch
39+
- dependencies
40+
default: patch
41+
template: |
42+
## What's Changed
43+
44+
$CHANGES
45+
46+
## ⭐️ Contributors
47+
48+
$CONTRIBUTORS
49+
50+
## Sponsorship
51+
52+
If you like this project, please consider supporting me:
53+
54+
- ☕️ [Buy Me A Coffee](https://buymeacoffee.com/jurkash)
55+
- 🤝 [Support on Patreon](https://patreon.com/jurkash)
56+
- 💖 [Sponsor on GitHub](https://github.com/sponsors/jurkash)

0 commit comments

Comments
 (0)