Closed as not planned
Description
Problem
I target both issues and PRs to milestones, but I'd like to only include issues in the changelog. Having both in the changelog duplicates information and makes it harder to read. For Dependabot, there is no corresponding issue so I'd like to include both or just PRs for the dependencies section.
Solution
- Add a
changelog.sections[].type
enum property with valuesANY
,ISSUE
, orPULL_REQUEST
- Default
type
property toANY
if not specified for backwards compatibility with existing configuration - Filter sections based upon property to only contain the requested issue type