Current Behavior
Release notes are showing PRs multiple times when they have labels matching different categories (e.g., a PR with both kind/feature and area/docs appeared in both Features and Documentation sections).
Desired Behavior
Configure the release-drafter workflow to ensure that each merged pull request is only included once in the draft release notes.
Implementation
- Add
no-duplicate-categories: true to .github/release-drafter.yml
This issue was cloned from meshery/meshery#16603
Current Behavior
Release notes are showing PRs multiple times when they have labels matching different categories (e.g., a PR with both kind/feature and area/docs appeared in both Features and Documentation sections).
Desired Behavior
Configure the release-drafter workflow to ensure that each merged pull request is only included once in the draft release notes.
Implementation
no-duplicate-categories: trueto.github/release-drafter.ymlContributor Guides and Handbook
This issue was cloned from meshery/meshery#16603