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 9723f83 commit 5e8139bCopy full SHA for 5e8139b
.github/workflows/release-drafter-config.yml
@@ -0,0 +1,28 @@
1
+name-template: 'v$RESOLVED_VERSION'
2
+tag-template: 'v$RESOLVED_VERSION'
3
+categories:
4
+ - title: '🚀 Features'
5
+ label: 'enhancement'
6
+ - title: '🐛 Hotfixes'
7
+ labels:
8
+ - 'bug'
9
+ - 'bug fix'
10
+ - title: '🔧 Maintenance'
11
12
+ - 'documentation'
13
+ - 'chore'
14
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
15
+version-resolver:
16
+ major:
17
18
+ - 'major'
19
+ minor:
20
21
+ - 'minor'
22
+ patch:
23
24
+ - 'patch'
25
+ default: patch
26
+template: |
27
+ ## Changes
28
+ $CHANGES
0 commit comments