-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub releases are missing #348
Comments
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 :) Because right now it's misleading with 0.1.0 |
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. :-) |
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
The text was updated successfully, but these errors were encountered: