Skip to content

Commit e444581

Browse files
authored
Merge pull request #74 from meshery-extensions/update-release-drafter-config
Add no-duplicate-categories to prevent duplicate PR entries in releas…
2 parents da82cff + c13a6e6 commit e444581

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name-template: 'Meshery Adapter for [APP_NAME] v$NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
3+
no-duplicate-categories: true
34
categories:
45
- title: '🚀 Features'
56
labels:
@@ -16,7 +17,8 @@ categories:
1617
- 'area/ci'
1718
- 'area/tests'
1819
- title: 📖 Documentation
19-
label: area/docs
20+
labels:
21+
- rea/docs
2022
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2123
template: |
2224
## What's New
@@ -25,4 +27,4 @@ template: |
2527
## Contributors
2628
2729
Thank you to our contributors for making this release possible:
28-
$CONTRIBUTORS
30+
$CONTRIBUTORS

0 commit comments

Comments
 (0)