According to the conventional commits, only fix
, feat
or BREAKING CHANGE
commits bumps version number. Following this specification, one may conclude that:
- changelog version entry can't have "Features" (type
feat
) and "Bugfixes" (typefix
) sections simultaneously; - changelog version entry can't have more than one item in the "Features" or "Bugfix" lists;
- changelog version entry can't have more than one breaking change entry.
Are the above statements correct?
If all the above is true, then how is it possible to see conventional changelogs with version entries having multiple-item lists in both sections?