Skip to content

Commit 72748b9

Browse files
authored
chore: Add release-drafter config
1 parent 3608a07 commit 72748b9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/release-drafter.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name-template: v$NEXT_PATCH_VERSION 🌈
2+
tag-template: v$NEXT_PATCH_VERSION
3+
categories:
4+
- title: 🚀 Features
5+
label: feature
6+
- title: 🐛 Bug Fixes
7+
label: fix
8+
- title: 🧰 Maintenance
9+
label: chore
10+
- title: 🕮 Documentation
11+
label: docs
12+
- title: ⚙ Dependencies and Libraries
13+
label: dependencies
14+
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
15+
template: |
16+
## Changes
17+
18+
$CHANGES
19+
20+
## Contributors
21+
22+
Thanks a lot to our contributors for making this release possible:
23+
$CONTRIBUTORS

0 commit comments

Comments
 (0)