Skip to content

Commit 88ea0f9

Browse files
authored
Create release-drafter.yml
1 parent de2aa67 commit 88ea0f9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/release-drafter.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name-template: "v$RESOLVED_VERSION: "
2+
tag-template: "$RESOLVED_VERSION"
3+
prerelease: false
4+
publish: false
5+
exclude-labels:
6+
- "Action: No Changelog"
7+
8+
categories:
9+
- title: "🚀 Features"
10+
labels:
11+
- "Type: Enhancement"
12+
- title: "🐛 Bug fixes"
13+
labels:
14+
- "Type: Bug (Confirmed)"
15+
- title: "🔧 Dependencies"
16+
labels:
17+
- "Type: Dependency update"
18+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
19+
version-resolver:
20+
major:
21+
labels:
22+
- "Action: Update Major"
23+
minor:
24+
labels:
25+
- "Action: Update Minor"
26+
patch:
27+
labels:
28+
- "Action: Update Patch"
29+
default: patch
30+
template: |
31+
## Release Notes
32+
$CHANGES

0 commit comments

Comments
 (0)