Skip to content

Commit 00a6773

Browse files
authored
Update release-drafter.yml
1 parent 2973ca2 commit 00a6773

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.github/release-drafter.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ categories:
55
labels:
66
- 'kind/feature'
77
- 'kind/enhancement'
8+
- title: '🔋 Patterns, Filters, Applications'
9+
labels:
10+
- 'component/patterns'
11+
- 'component/applications'
12+
- 'component/filters'
813
- title: '🐛 Bug Fixes'
914
labels:
1015
- 'kind/fix'
@@ -17,17 +22,34 @@ categories:
1722
- 'area/tests'
1823
- title: 📖 Documentation
1924
label: area/docs
25+
- title: 🔒 Security
26+
label: security
2027
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2128
template: |
2229
## What's New
23-
**General**
30+
## 🔤 General
2431
$CHANGES
2532
26-
## Contributors
33+
## 👨🏽‍💻 Contributors
2734
2835
Thank you to our contributors for making this release possible:
2936
$CONTRIBUTORS
3037
autolabeler:
3138
- label: 'area/docs'
3239
branch:
3340
- '/docs/'
41+
- label: 'area/ci'
42+
branch:
43+
- '/.github/'
44+
- label: 'component/ui'
45+
branch:
46+
- '/ui/'
47+
- '/provider-ui/'
48+
- label: 'component/mesheryctl'
49+
branch:
50+
- '/mesheryctl/'
51+
- label: 'area/lifecycle'
52+
branch:
53+
- '/install/'
54+
55+

0 commit comments

Comments
 (0)