goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
833 stars 73 forks source link

Github: release notes no longer generated #447

Closed andig closed 5 months ago

andig commented 5 months ago

Github seems to have introduced a new feature that forces the user to write or generate release notes before starting the build.

In my case- https://github.com/evcc-io/evcc/releases/tag/0.124.0- that lead to the goreleaser action not overwriting these already filled release notes.

Unfortunately, the GH-generated notes are lacking the goreleaser features like e.g. skipping certain PRs.

caarlos0 commented 5 months ago

I did some releases early today and had no issues with it...

FWIW, to force replace existing release notes, set release.mode: replace

https://goreleaser.com/customization/release/

andig commented 5 months ago

Closing since I can customize the override# thank you!