grpc-health-probe icon indicating copy to clipboard operation
grpc-health-probe copied to clipboard

Tag a release on every commit

Open ahmetb opened this issue 2 years ago • 1 comments
trafficstars

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?

ahmetb avatar Oct 29 '23 03:10 ahmetb

An attempt was made in

  • https://github.com/grpc-ecosystem/grpc-health-probe/pull/192

but was reverted in https://github.com/grpc-ecosystem/grpc-health-probe/commit/56bf299df42fc67643eaf636cd388f0c830aad1c.

stefanb avatar Jan 16 '25 08:01 stefanb