go-semantic-release / semantic-release

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

Question: Making it clear to goreleaser whether there are breaking changes #171

Closed jamietanna closed 7 months ago

jamietanna commented 7 months ago

Related to https://github.com/goreleaser/goreleaser/discussions/4548, I'm trying to get go-semantic-release to work with goreleaser to indicate when breaking changes have been introduced in the release.

As well as this being available through the release notes, I'd also like to indicate this through goreleaser's announcements whether there's a breaking change in the release.

Right now, it doesn't seem possible to do this via the config in either tools.

One option for doing this would be to add an environment variable that's passed along to goreleaser, that then my Goreleaser config could look for the presence of.

christophwitzko commented 7 months ago

Fixed in https://github.com/go-semantic-release/hooks-goreleaser/releases/tag/v1.9.0

jamietanna commented 7 months ago

Thank you 🚀