You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
leaving only to display:
The text was updated successfully, but these errors were encountered: