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

Support detecting updates for prerelease mod versions #15212

Closed
wants to merge 4 commits into from

Conversation

madtisa
Copy link
Contributor

@madtisa madtisa commented Feb 3, 2024

Use includePrerelease option, that has been added since semver 7.6.0, to parse version with prerelease.

Continuation of #15044 after semver PR has been merged

Fixes #15213

Let's say we have mod with current version `1.0.0-pre1` and newest `1.0.0-pre2`. Coercing it would convert them both to 1.0.0 == 1.0.0 and update notification won't occur
To be able to support prereleases
@IDCs
Copy link
Contributor

IDCs commented Feb 20, 2024

FYI we are not ignoring your PR!

We just didn't get a chance to test the new semver module yet; the weeks leading up to yesterday's release were quite busy. Will start testing once we confirm that 1.10.X is stable enough.

@IDCs
Copy link
Contributor

IDCs commented Feb 29, 2024

merged in #15281

@IDCs IDCs closed this Feb 29, 2024
@madtisa madtisa deleted the patch-1 branch March 8, 2024 18:24
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.

Support updating prerelease mod versions
2 participants