Skip to content

Commit 448d05f

Browse files
authored
Add breaking change and deprecation sections to release notes (#2978)
1 parent c13aea3 commit 448d05f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ template: |
55
66
$CHANGES
77
categories:
8+
- title: ⚠️ Breaking API changes
9+
label: type/breaking-api-change
810
- title: 🚀 Features & Enhancements
911
labels:
1012
- type/feature
1113
- type/enhancement
14+
- title: ☠️ Deprecations
15+
label: type/deprecation
1216
- title: 🐛 Bug Fixes
1317
label: type/bug
1418
- title: 📖 Documentation

0 commit comments

Comments
 (0)