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

Group changelog items using custom tags #692

Open
yjaaidi opened this issue Apr 18, 2023 · 0 comments
Open

Group changelog items using custom tags #692

yjaaidi opened this issue Apr 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yjaaidi
Copy link
Member

yjaaidi commented Apr 18, 2023

Because people are tired of reading awful changelogs... and waiting for blog posts summarizing the important changes, with Semver 3, we could allow custom changelog strategies to group items per tag and make them appear in different sections by priority.

e.g. given the following commits

A: feat(x): a #important
B: feat(x): b #advanced
C: feat(x): c #important

Could produce the following changelog:

Important Changes

  • feat(x): a
  • feat(x): b

Advanced Changes

  • feat(x): c

#655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant