GitHub releases are missing
Opened this issue · 4 comments
Just notice that:
https://github.com/rubocop/rubocop-ast/releases
Latest release rubocop-ast 0.1.0, which is misleading
Probably need to add subtask to CI release process also cut a github release, like it works in main rubocop repo
I do the GitHub releases by hand in the main repo. For 10+ years. 😅 But yeah - I agree it'd be good to have them here as well, and if we can automate the process that'd be nice.
@bbatsov I think another option is to remove existing releases :)
So at least it will not be misleading and like 'check changelog and tags, we don't do releases in this repo'
Because right now it's misleading with 0.1.0
rubocop-rspec
and companions have infrastructure around release automation. Maybe someone with that knowledge can help out and set it up for rubocop/rubocop-ast if there is interest? It would also give a trusted publishing checkmark.
Seems to work good enough there but I don't know enough about any of that. It would probably be a somewhat large change to how it works right now though and not entirely related to this issue.
It's all here https://github.com/rubocop/rubocop-rspec/blob/master/.github/workflows/publish.yml
Probably I will copy the part about auto-cutting the release myself for RuboCop. :-)