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

Improved defaulting to latest version by sorting the versions #148

Open
mario-eth opened this issue Aug 19, 2024 · 1 comment
Open

Improved defaulting to latest version by sorting the versions #148

mario-eth opened this issue Aug 19, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mario-eth
Copy link
Owner

Currently, when we will default to the latest inserted version in the backend when someone does:
soldeer install DEPENDENCY
In the next version we want to parse all versions and if they all can be parsed by semver then we consider this project "semver-compliant" and we sort the versions by semver, otherwise default to latest inserted version.

For this we will need a backend service as well that returns only the version tag of a project.

@mario-eth mario-eth added enhancement New feature or request good first issue Good for newcomers labels Aug 19, 2024
@mario-eth
Copy link
Owner Author

Depends on #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant