Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sections to filter entries by type (issues, pull requests, or both) #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

steven-sheehy
Copy link
Contributor

@steven-sheehy steven-sheehy commented Mar 3, 2023

  • 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

Fixes #85

Signed-off-by: Steven Sheehy <[email protected]>
@wilkinsona wilkinsona changed the title Add an issue type filter Allow sections to filter entries by type (issues, pull requests, or both) Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow sections to only include issues or pull requests
2 participants