Skip to content

Fix github dependency upgrades with partial semver #917

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

Conversation

markablov
Copy link
Contributor

I have added a test that shows a problem.

Error occurs because revertMissingPatch and revertMissingMinorAndPatch relies that latest is in format major.minor.patch, while github refs could be in other format.

Maybe it worth to make this functions more generic, but because of their specialisation i opted to add minimal changes rather than overengineer it.

@raineorshine
Copy link
Owner

raineorshine commented Jul 7, 2021

Good catch! Thank you.

Published in v11.8.2

Maybe it worth to make this functions more generic, but because of their specialisation i opted to add minimal changes rather than overengineer it.

I like the pointed solution at the moment. I'll consider how to best generalize it later.

@raineorshine raineorshine merged commit 6961198 into raineorshine:main Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants