File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,29 @@ exclude-contributors:
2424
2525# https://github.com/release-drafter/release-drafter#categorize-pull-requests
2626categories :
27- - title : 🚀 Added
27+ - title : ' Security '
2828 labels :
29+ - ' security'
30+ - ' changelog:security'
31+ - title : ' 🚀 Added'
32+ labels :
33+ - ' automation'
34+ - ' documentation'
2935 - ' feature'
3036 - ' enhancement'
3137 - ' changelog:added'
32- - title : Deprecated
38+ - title : ' Deprecated'
3339 labels :
3440 - ' changelog:deprecated '
35- - title : Removed
41+ - title : ' Removed'
3642 labels :
3743 - ' changelog:removed'
38- - title : 🐛 Fixed
44+ - title : ' 🐛 Fixed'
3945 labels :
4046 - ' fix'
4147 - ' bugfix'
4248 - ' bug'
4349 - ' changelog:fixed'
44- - title : Security
45- labels :
46- - ' security'
47- - ' changelog:security'
4850 - title : ' Dependency Updates & Maintenance'
4951 labels :
5052 - ' dependencies'
@@ -60,6 +62,8 @@ version-resolver:
6062 - ' changelog:removed'
6163 minor :
6264 labels :
65+ - ' automation'
66+ - ' documentation'
6367 - ' feature'
6468 - ' enhancement'
6569 - ' changelog:added'
You can’t perform that action at this time.
0 commit comments