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 3f9e450 commit e2ac9e8Copy full SHA for e2ac9e8
releasedrafter.yml
@@ -0,0 +1,23 @@
1
+name-template: 'v$NEXT_PATCH_VERSION'
2
+tag-template: 'v$NEXT_PATCH_VERSION'
3
+categories:
4
+ - title: '🚀 Features'
5
+ labels:
6
+ - 'kind/feature'
7
+ - 'kind/enhancement'
8
+ - title: '🐛 Bug Fixes'
9
10
+ - 'fix'
11
+ - 'bugfix'
12
+ - 'kind/bug'
13
+ - title: '🧰 Maintenance'
14
+ label: 'kind/chore'
15
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16
+template: |
17
+ ## What's new
18
+ $CHANGES
19
+
20
+ ## Contributors
21
22
+ Thank you to our contributors for making this release possible:
23
+ $CONTRIBUTORS
0 commit comments