-
Notifications
You must be signed in to change notification settings - Fork 49
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
I need to include other commits than feat
and fix
.
#403
Comments
Do you not just need to add ‘chore’ into your release-generator types?
|
I already did that, please check the demo project https://github.com/tomavic/myreads-tracker/blob/main/CHANGELOG.md |
I found the solution after many searches here #153 My searches has fall to mathieudutour/github-tag-action#68 and I noticed that I must remove the default preset Angular and add This part is not clear in the documentation |
This is needed for generating changelogs with the `conventionalcommits` preset in `semantic-release`, see semantic-release/release-notes-generator#403
Hi Help wanted 🆘
I have a react app configured with GithubPages. I need to include commits like chore, style, refactor ..etc in the generated CHANGELOG.
This is my config
.releaserc.json
and this is the generated
CHANGELOG.md
The text was updated successfully, but these errors were encountered: