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
689 stars 99 forks source link

deactivate categories #1267

Closed KonradHoeffner closed 8 months ago

KonradHoeffner commented 9 months ago

I don't use any categories for my commits, so everything is under the "uncategorized" headline. Is it possible to get rid of this headline especially when there are no other categories?

mikepenz commented 9 months ago

The default template for v4 uses: https://github.com/mikepenz/release-changelog-builder-action/blob/develop/src/configuration.ts#L76-L93

and: https://github.com/mikepenz/release-changelog-builder-action/blob/develop/src/configuration.ts#L73

You can probably achieve what you are looking for by adjusting the template to only be #{{UNCATEGORIZED}} instead of #{{CHANGELOG}}

mikepenz commented 9 months ago

Please find all configuration options in the README: https://github.com/mikepenz/release-changelog-builder-action?tab=readme-ov-file#template-placeholders