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

how to exclude commit types from showing in changelog #89

Open
Clumsy-Coder opened this issue May 11, 2022 · 0 comments
Open

how to exclude commit types from showing in changelog #89

Clumsy-Coder opened this issue May 11, 2022 · 0 comments

Comments

@Clumsy-Coder
Copy link

Is there a way to exclude certain commit types from showing in changelog. This is not the same as processing the same commit types to determine if semantic-release should bump to next version

I would like to process all commit types as per usual, but prevent certain commit types from being displayed in changelog.
Ex:
don't write to changelog if commit type is:

  • docs
  • style
  • refactor
  • test
  • ci
  • chore
  • revert

leaving only to display:

  • feat
  • fix
  • perf
  • build
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

No branches or pull requests

1 participant