We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caccde commit 90c1e5aCopy full SHA for 90c1e5a
.github/release-drafter.yml
@@ -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
21
+ - type/housekeeping
22
+ - type/test-improvement
23
+ - title: 📦 Dependency updates
24
+ label: dependencies
0 commit comments