Replies: 1 comment
|
The default conventionalcommits preset only shows feat, fix, and breaking changes. You control which types appear (and their headings) with a types array in .versionrc or the commit-and-tag-version key in package.json: Types sharing a section get grouped together, and hidden: true keeps chore out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a git history where most of the commits were not following the "conventional commits" structure — that is they had no prefixes. I'd like to include these in the changelog.
They won't be able to be categorised, but perhaps they could be grouped under a "Other changes" heading.
I'd still like to keep "chore:" and other similar commits out of the changelog.
Is there a configuration option to do this?
All reactions