Open tomavic opened 1 year ago
Do you not just need to add βchoreβ into your release-generator types?
{"type": "chore", "hidden": true},
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 https://github.com/semantic-release/release-notes-generator/issues/153
My searches has fall to https://github.com/mathieudutour/github-tag-action/issues/68 and I noticed that I must remove the default preset Angular and add "preset": "conventionalcommits",
and install the conventional-changelog-conventionalcommits
from here https://www.npmjs.com/package/conventional-changelog-conventionalcommits
This part is not clear in the documentation
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