Skip to content

Commit 90c1e5a

Browse files
authored
Create release-drafter.yml
1 parent 5caccde commit 90c1e5a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release-drafter.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name-template: $NEXT_PATCH_VERSION
2+
tag-template: $NEXT_PATCH_VERSION
3+
template: |
4+
# What's Changed
5+
$CHANGES
6+
categories:
7+
- title: ⚠️ Breaking API changes
8+
label: type/breaking-api-change
9+
- title: 🚀 Features & Enhancements
10+
labels:
11+
- type/feature
12+
- type/enhancement
13+
- title: ☠️ Deprecations
14+
label: type/deprecation
15+
- title: 🐛 Bug Fixes
16+
label: type/bug
17+
- title: 📖 Documentation
18+
label: type/docs
19+
- title: 🧹 Housekeeping
20+
labels:
21+
- type/housekeeping
22+
- type/test-improvement
23+
- title: 📦 Dependency updates
24+
label: dependencies

0 commit comments

Comments
 (0)