1 parent e279d63 commit abc47a0Copy full SHA for abc47a0
1 file changed
.github/release-drafter.yml
@@ -10,18 +10,18 @@ categories:
10
- 'fix'
11
- 'bugfix'
12
- 'bug'
13
+ - title: '📦 Dependency Updates'
14
+ labels:
15
+ - 'dependencies'
16
- title: '🧰 Maintenance'
17
labels:
18
- 'chore'
- - 'dependencies'
19
- 'maintenance'
20
- title: '📚 Documentation'
21
22
- 'documentation'
23
- 'docs'
-change-template: |
- - $TITLE @$AUTHOR (#$NUMBER)
24
- $BODY
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
25
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
26
version-resolver:
27
major:
0 commit comments