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

Tag a release on every commit #168

Open ahmetb opened 1 year ago

ahmetb commented 1 year ago

This project is fairly stable, and yet frequently requires new releases due to security fixes (coming in via humans or @dependabot). This requires human in the loop to manually cut a tag to make a new release.

I think we should publish a new patch release on every commit after accepting security fixes.

https://github.com/marketplace/actions/github-tag , or https://github.com/marketplace/actions/tag-release-on-push-action or some other GitHub Action or something like that can help with this purpose.

@stefanb would you be interested in taking this on and giving a shot in your own fork perhaps?