Skip to content

Commit 5f8e5ca

Browse files
committed
Adjust Release Drafter Configuration
1 parent 666ca4d commit 5f8e5ca

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

.github/release-drafter.yml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1+
name-template: "$RESOLVED_VERSION"
2+
tag-template: "$RESOLVED_VERSION"
3+
categories:
4+
- title: "🚀 Features"
5+
labels:
6+
- "feature"
7+
- "enhancement"
8+
- title: "🐛 Bug Fixes"
9+
labels:
10+
- "fix"
11+
- "bugfix"
12+
- "bug"
13+
- title: "🧹 Maintenance"
14+
labels:
15+
- "chore"
16+
- "dependencies"
17+
version-resolver:
18+
major:
19+
labels:
20+
- "feature"
21+
minor:
22+
labels:
23+
- "enhancement"
24+
patch:
25+
labels:
26+
- "fix"
27+
- "bugfix"
28+
- "bug"
29+
- "chore"
30+
- "dependencies"
31+
default: patch
132
template: |
2-
## What’s Changed
33+
## Changes
334
435
$CHANGES

0 commit comments

Comments
 (0)