pires / go-proxyproto

A Go library implementation of the PROXY protocol, versions 1 and 2.
Apache License 2.0
478 stars 107 forks source link

Set-up automated releases #98

Closed pires closed 1 year ago

pires commented 1 year ago

Rely on Github Actions, such as https://github.com/softprops/action-gh-release, to automatically create releases based on tags.

drakkan commented 1 year ago

I prefer to use gh release create directly. See here.

I had some problems with the above action, but that was a long time ago, I don't remember exactly what and it could be fixed now.

pires commented 1 year ago

Thanks for sharing but I prefer a Github Action which purpose is to cut releases rather than calling CLI(s), if it can be avoided.