Description
The release notes are generated by goreleaser.
We should see if there's goreleaser config to make sure that GA releases show all changes since the last non-rc release.
Discussed in #19390
Originally posted by kastl-ars August 6, 2024
Would it be possible to have the release notes on big updates (like 2.12.0) show the changes not only since the last RC release on this line? Most people using 2.11.x are more interested in what changed since the current 2.11 release. And having to go through six releases to collect all changes is... tedious.
Example:
https://github.com/argoproj/argo-cd/releases/tag/v2.12.0 only shows the changes since 2.12.0-rc5, not since 2.11.x.
Also, the full changelog is only compared to the last RC:
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.0-rc5...v2.12.0
Kind Regards,
Johannes