Skip to content

Commit ad4dc8d

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 699aa22 commit ad4dc8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name-template: 'Meshery Adapter for Consul 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

0 commit comments

Comments
 (0)