We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1329f6c commit e9687d9Copy full SHA for e9687d9
1 file changed
.github/release-drafter.yml
@@ -0,0 +1,19 @@
1
+name-template: 'v$NEXT_MINOR_VERSION'
2
+tag-template: 'v$NEXT_MINOR_VERSION'
3
+categories:
4
+ - title: '🚀 Features'
5
+ labels:
6
+ - 'feature'
7
+ - 'enhancement'
8
+ - title: '🐛 Bug Fixes'
9
10
+ - 'fix'
11
+ - 'bugfix'
12
+ - 'bug'
13
+ - title: '🧰 Maintenance'
14
+ label: 'chore'
15
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16
+template: |
17
+ ## Changes
18
+
19
+ $CHANGES
0 commit comments