spring-io / github-changelog-generator

Generates release notes that can be published to GitHub
Apache License 2.0
109 stars 34 forks source link

Allow sections to only include issues or pull requests #85

Closed steven-sheehy closed 1 year ago

steven-sheehy commented 1 year ago

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

wilkinsona commented 1 year ago

Having both in the changelog duplicates information and makes it harder to read.

We avoid this problem by only having an issue or a pull request in a milestone for a particular change. In the spirit of that, I'll close this as superseded by #86.