Skip to content

Commit 90369b4

Browse files
authored
Merge pull request #97 from meshery-extensions/update-release-drafter-config
Add no-duplicate-categories to prevent duplicate PR entries in releas…
2 parents 7529ffa + d7342fe commit 90369b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name-template: 'Meshery v$NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
3+
no-duplicate-categories: true
34
categories:
45
- title: '🚀 Features'
56
labels:
@@ -27,9 +28,11 @@ categories:
2728
- 'area/ci'
2829
- 'area/tests'
2930
- title: 📖 Documentation
30-
label: area/docs
31+
labels:
32+
- rea/docs
3133
- title: 🔒 Security
32-
label: security
34+
labels:
35+
- ecurity
3336
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3437
template: |
3538
## What's New

0 commit comments

Comments
 (0)