Skip to content

Commit 45d6e41

Browse files
authored
Update release-drafter.yml
1 parent 69f4dd7 commit 45d6e41

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

.github/release-drafter.yml

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,59 @@
1-
name-template: Meshery SMP Action 'v$NEXT_PATCH_VERSION'
1+
name-template: 'Meshery SMP Action v$NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🚀 Features'
55
labels:
66
- 'kind/feature'
77
- 'kind/enhancement'
8+
- title: '⌨️ Meshery CLI'
9+
labels:
10+
- 'component/mesheryctl'
11+
- title: '🖥 Meshery UI'
12+
labels:
13+
- 'component/ui'
14+
- title: '🔋 Patterns, Filters, Applications'
15+
labels:
16+
- 'component/patterns'
17+
- 'component/applications'
18+
- 'component/filters'
819
- title: '🐛 Bug Fixes'
920
labels:
10-
- 'fix'
11-
- 'bugfix'
21+
- 'kind/fix'
22+
- 'kind/bugfix'
1223
- 'kind/bug'
1324
- title: '🧰 Maintenance'
14-
labels:
25+
labels:
1526
- 'kind/chore'
16-
- 'chore'
27+
- 'area/ci'
28+
- 'area/tests'
29+
- title: 📖 Documentation
30+
label: area/docs
31+
- title: 🔒 Security
32+
label: security
1733
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1834
template: |
1935
## What's New
36+
## 🔤 General
2037
$CHANGES
21-
22-
## Contributors
23-
38+
39+
## 👨🏽‍💻 Contributors
40+
2441
Thank you to our contributors for making this release possible:
2542
$CONTRIBUTORS
43+
autolabeler:
44+
- label: 'area/docs'
45+
branch:
46+
- '/docs/'
47+
- label: 'area/ci'
48+
branch:
49+
- '/.github/'
50+
- label: 'component/ui'
51+
branch:
52+
- '/ui/'
53+
- '/provider-ui/'
54+
- label: 'component/mesheryctl'
55+
branch:
56+
- '/mesheryctl/'
57+
- label: 'area/lifecycle'
58+
branch:
59+
- '/install/'

0 commit comments

Comments
 (0)