go-semantic-release / semantic-release

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

bug: commitAnalyzer using changelogGeneratorOpts #147

Closed AndreasSko closed 1 year ago

AndreasSko commented 1 year ago

The commitAnalyzer was using not its own options, but rather the one from the changelogGenerator. This PR fixes it now.

christophwitzko commented 1 year ago

Good catch! Thank you @AndreasSko 🙏 😌