rabbitmq / erlang-rpm

Latest Erlang/OTP releases packaged as a zero dependency RPM, just enough for running RabbitMQ
https://rabbitmq.com/install-rpm.html
Other
545 stars 117 forks source link

Automatically tag and create GitHub releases #93

Open michaelklishin opened 3 years ago

michaelklishin commented 3 years ago

Our pipeline currently produces two RPM packages and publishes them to services such as PackageCloud and Cloudsmith. However, a manually triggered separate job is what creates the tag and GitHub release. Now that we have over a year of evidence that our patches do not go stale very often and for almost all releases, patching succeeds, we should fully automate this process.

This depends on addressing #92 one way or another.