You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: