Skip to content

Allow sections to only include issues or pull requests #85

Closed as not planned
@steven-sheehy

Description

@steven-sheehy

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 values ANY, ISSUE, or PULL_REQUEST
  • Default type property to ANY if not specified for backwards compatibility with existing configuration
  • Filter sections based upon property to only contain the requested issue type

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions