When I create a commit like this, git commit -m'BREAKING CHANGE: foo bar'
and push up semantic-release
tells me,
[@semantic-release/commit-analyzer] › ℹ Analyzing commit: BREAKING CHANGE: Changes from slice_into_subrepo
[@semantic-release/commit-analyzer] › ℹ The commit should not trigger a release
[@semantic-release/commit-analyzer] › ℹ Analysis of 1 commits complete: no release
How come BREAKING CHANGE
doesn't create a release, it's documented to do that here,
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons.