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

Properly identify Rails main version as 8.0.0.beta1 #116

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

mattbrictson
Copy link
Owner

Recent changes to the Rails GitHub repo caused nextgen to identify the main branch version as "unknown". Fix how the version is determined so that it is more reliable and doesn't rely on a fragile regex.

Now the main version is correctly identified as "8.0.0.beta1":

What version of Rails will you use? (Press ↑/↓ arrow to move and Enter to select)
‣ 7.2.1
  edge (7-2-stable)
  main (8.0.0.beta1)

Recent changes to the Rails GitHub repo caused nextgen to identify the
main branch version as "unknown". Fix how the version is determined so
that it is more reliable and doesn't rely on a fragile regex.
@mattbrictson mattbrictson added automerge Automatically merge PR once all required checks pass 🐛 Bug Fix Fixes a bug labels Sep 26, 2024
@kodiakhq kodiakhq bot merged commit 46084f0 into main Sep 26, 2024
16 checks passed
@kodiakhq kodiakhq bot deleted the main-version-fix branch September 26, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all required checks pass 🐛 Bug Fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant