Skip to content

Commit 8bf0fcb

Browse files
Create release-drafter.yml
1 parent ec86687 commit 8bf0fcb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/release-drafter.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name-template: "v$NEXT_PATCH_VERSION"
2+
tag-template: "v$NEXT_PATCH_VERSION"
3+
categories:
4+
- title: "🚀 Features"
5+
labels: ["enhancement"]
6+
- title: "🐛 Fixes"
7+
labels: ["bug"]
8+
- title: "🧰 Maintenance"
9+
labels: ["chore", "deps"]
10+
change-template: "- $TITLE (#$NUMBER) by @$AUTHOR"
11+
template: |
12+
## Changes
13+
$CHANGES

0 commit comments

Comments
 (0)