fables-tales / rubyfmt

Ruby Autoformatter!
MIT License
1.07k stars 50 forks source link

Create a GH Action for automating releases #422

Closed reese closed 1 year ago

reese commented 1 year ago

On the tin -- this adds a GH action that runs when adding tags that does the job of running make_release on linux/mac and tarring make_source_release. This is a bit tricky to verify without making a real release, but you can see my test actions like this one that should at least show the directory structure by the end of it before we would finally ship it off. (Also note that this might require giving the GH Action token content write permissions, based on these docs, but I don't have permissions to do that.)