go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
395 stars 43 forks source link

Adding BREAKING CHANGE does not increment major version #145

Open ilgizy opened 2 years ago

christophwitzko commented 2 years ago

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 6 months ago

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