We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2308941 commit 8ee6eb5Copy full SHA for 8ee6eb5
1 file changed
.github/draft-release-notes-config.yml
@@ -16,25 +16,28 @@ replacers:
16
categories:
17
- title: 'Breaking Changes'
18
labels:
19
- - 'Breaking Changes'
+ - 'breaking'
20
+ - title: 'Security'
21
+ labels:
22
+ - 'security fix'
23
- title: 'Features'
24
- - 'Features'
25
+ - 'feature'
26
- title: 'Enhancements'
27
- - 'Enhancements'
28
+ - 'enhancement'
29
- title: 'Bug Fixes'
30
- - 'Bug Fixes'
31
+ - 'bug'
32
- title: 'Infrastructure'
33
- - 'Infrastructure'
34
+ - 'infrastructure'
35
- title: 'Documentation'
36
- - 'Documentation'
37
+ - 'documentation'
38
- title: 'Maintenance'
39
- - 'Maintenance'
40
+ - 'maintenance'
41
- title: 'Refactoring'
42
- - 'Refactoring'
43
+ - 'refactoring'
0 commit comments