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

1.x-dev should be translated to 1.9999999-dev #113

Open
Seldaek opened this issue Feb 3, 2022 · 0 comments
Open

1.x-dev should be translated to 1.9999999-dev #113

Seldaek opened this issue Feb 3, 2022 · 0 comments

Comments

@Seldaek
Copy link

Seldaek commented Feb 3, 2022

This output is wrong for example https://jubianchi.github.io/semver-check/#/%5E1.4.5/1.4.x-dev

Essentially if it matches ^((\d+\.)*\d+)(?:\.x)?-dev$ you should use $match[1].'.9999999-dev' as version instead

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

No branches or pull requests

1 participant