grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
Apache License 2.0
1.44k stars 188 forks source link

Fix missing changelog entries on releases #165

Closed stefanb closed 1 year ago

stefanb commented 1 year ago

Recent releases https://github.com/grpc-ecosystem/grpc-health-probe/releases are misleading, because they are erroneously only listing the one latest change of the last commit, often just some chore task after more significant changes.

Goreleaser requires full git history to generate full changelog.

See

Please consider manually changing or generating release notes for at least few recent releases or adding compare links.

stefanb commented 1 year ago

Changelog of the recent v0.4.22 release shows all the commits: https://github.com/grpc-ecosystem/grpc-health-probe/releases/tag/v0.4.22

Compare to earlier releases: https://github.com/grpc-ecosystem/grpc-health-probe/releases