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

Remove unnecessary categories #424

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

Conversation

beatngu13
Copy link
Contributor

The "What's changed" category is not necessary. The generated release notes already contain <h2>What's changed</h2>, the current configuration just adds an additional, nested <h3>What's changed</h3>:

https://github.com/gluonhq/gluonfx-maven-plugin/releases/tag/1.0.13

In contrast, here is the release.yml of a personal project without categories:

https://github.com/beatngu13/pdf-zoom-wizard/blob/develop/.github/release.yml

The generated release notes:

https://github.com/beatngu13/pdf-zoom-wizard/releases/tag/v0.11.0

The "What's changed" category is not necessary. The generated release notes already contain `<h2>What's changed</h2>`, the current configuration just adds an additional, nested `<h3>What's changed</h3>`:

https://github.com/gluonhq/gluonfx-maven-plugin/releases/tag/1.0.13

In contrast, here is the `release.yml` of a personal project _without_ categories:

https://github.com/beatngu13/pdf-zoom-wizard/blob/develop/.github/release.yml

The generated release notes:

https://github.com/beatngu13/pdf-zoom-wizard/releases/tag/v0.11.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant