Adding BREAKING CHANGE does not increment major version
ilgizy opened this issue · 2 comments
ilgizy commented
Adding BREAKING CHANGE does not increment major version
christophwitzko commented
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
issakr commented
did you tried to add BREAKING CHANGE
as commit message footer (not as commit title)?