According to semver the API may change with releases before the 1.0.0 release. https://semver.org/#spec-item-4
I would still like to track the breaking changes being made to the API using conventional commits so we can easily communicate to early adopters that the API did change.
The current behavior is to perform a major release version bump on all BREAKING CHANGES. I propose that for versions < 1.0.0 that BREAKING CHANGE commits only trigger a minor release.
According to semver the API may change with releases before the 1.0.0 release. https://semver.org/#spec-item-4
I would still like to track the breaking changes being made to the API using conventional commits so we can easily communicate to early adopters that the API did change.
The current behavior is to perform a
majorrelease version bump on all BREAKING CHANGES. I propose that for versions < 1.0.0 that BREAKING CHANGE commits only trigger a minor release.