Skip to content
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

List of latest releases for Ruby and Rails #243

Open
jonallured opened this issue Nov 15, 2024 · 0 comments
Open

List of latest releases for Ruby and Rails #243

jonallured opened this issue Nov 15, 2024 · 0 comments
Labels

Comments

@jonallured
Copy link
Owner

I often want a list of the 3 latest Ruby and Rails releases. Today this came up because I wanted to look at the CI config on Braze Ruby and see if it was in sync with the latest 3 Rubies. Here's what I found:

$ gh release list --exclude-drafts --exclude-pre-releases --repo ruby/ruby --json name | jq .[].name | sort --reverse
"3.3.6"
"3.3.5"
"3.3.4"
"3.3.3"
"3.3.2"
"3.3.1"
"3.3.0"
"3.2.6"
"3.2.5"
"3.2.4"
"3.2.3"
"3.2.2"
"3.2.1"
"3.2.0"
"3.1.6"
"3.1.5"
"3.1.4"
"3.1.3"
"3.1.2"
"3.1.1"
"3.1.0"
"3.0.7"
"3.0.6"
"3.0.5"
"3.0.4"
"2.7.8"
"2.7.7"
"2.7.6"
"2.6.9"
"2.6.10"

This is good - I can eyeball this list and see that the 3 latest Rubies are:

  • 3.3.6
  • 3.2.6
  • 3.1.6

But it would be even better if I could filter down this list. I'd probably do this in Ruby so I'm not sure where to put this. It doesn't really fit here in the dotfiles repo and doesn't fit in jay so IDK - need a spot for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant