-
Notifications
You must be signed in to change notification settings - Fork 39
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
Customizing types seems to not do anything #78
Comments
Sorry, I don't really have an answer to this, other than checking out other issues in this repo and the docs of conventional-changelog (linked to in docs). |
@mattfelten I just tested it and it is working correctly for me. |
i found that using this is where im trying to filter specific commit message format to be included in conventional-changelog with monorepo setup
|
Following the Preset docs, it looks like preset can accept a types array where you can rename types and turn them off.
Here's what my
.release-it.js
file looks like:But this is what was generated
You can see that section names are not being used and also the
chore
andrefactor
sections which are supposed to be hidden are visible.Is there another way of doing this?
The text was updated successfully, but these errors were encountered: