mikepenz / release-changelog-builder-action

A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
https://blog.mikepenz.dev
Apache License 2.0
703 stars 104 forks source link

Introduce nested categorisation #1308

Closed mikepenz closed 7 months ago

mikepenz commented 7 months ago

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.