go-semantic-release/semantic-release

Adding BREAKING CHANGE does not increment major version

ilgizy opened this issue · 2 comments

Adding BREAKING CHANGE does not increment major version

Thanks for reporting this bug! Can you post how this can be reproduced? 🤔
Normally the commit analyzer should detect the BREAKING CHANGE phrase: https://github.com/go-semantic-release/commit-analyzer-cz/blob/master/pkg/analyzer/commit_analyzer.go#L12

did you tried to add BREAKING CHANGE as commit message footer (not as commit title)?