-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Kd/fix release compare extra bracket #15988
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
Kd/fix release compare extra bracket #15988
Conversation
I think the sqlite test fail is related |
Thanks, yeah. Looks like the tags are coming back in a different order. Which seems odd to me... Perhaps I should create a separate PR to add the test (just merge the fix for now) |
Sounds good. |
b11de63
to
e40cc69
Compare
@kdumontnu please send backport :) |
@techknowlogick after checking the v1.14 code it looks like this doesn't need a backport |
An extra brace (
}
) was causing the release compare function to break. This PR fixes that and adds an integration test to parse the HTML for the compare dropdown.