Skip to content

Commit c13a6e6

Browse files
committed
Add no-duplicate-categories to prevent duplicate PR entries in release notes
- Added 'no-duplicate-categories: true' to prevent PRs from appearing in multiple categories - Standardized label format to use 'labels:' array format for consistency When a PR has multiple labels matching different categories, it will now appear only in the first matching category.
1 parent da82cff commit c13a6e6

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)