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

Introduce nested categorisation #1308

Merged
merged 6 commits into from
Mar 1, 2024
Merged

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Mar 1, 2024

This new feature adds the ability to nest child categories in parent categories (as deep as needed)

A match in the child category will result in the item to no longer be shown in the parent.

A child match requires to also match the parent category.

It is now possible to define categories to consume matches, so a PR will not show up in another category after that.

  • break out some functionality when transforming the pull requests into the changelog
  • adjust logic to collect entries in the category (with the side effect for it to have automatic support to inject changelog lines)
  • clear categories in tests as we run in the same process multiple times
  • add new ability to recursively build changelog
  • add feature to consume PRs if they were matched to a category
  • keep header if children have entry

…ct for it to have autamtic support to inject changelog lines)
- add new ability to recursively build changelog
- add feature to consume PRs if they were matched to a category
- keep header if children have entry
@mikepenz mikepenz merged commit 86847cd into develop Mar 1, 2024
6 checks passed
@mikepenz mikepenz deleted the feature/nested_categories branch March 1, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant