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

Infer complete semver (vX.X.X) out of partial input (vX/vX.X). #54

Merged
merged 1 commit into from Feb 19, 2019

Conversation

Schniz
Copy link
Owner

@Schniz Schniz commented Feb 19, 2019

Resolves #35

Adds the support of supplying a partial semver (MAJOR/MAJOR.MINOR) and infer the rest:

fnm install 6 # installs the latest Node 6 version
fnm use 6 # uses the latest Node 6 version installed

@Schniz Schniz self-assigned this Feb 19, 2019
@Schniz Schniz changed the title Infer complete semver out of partial input. Infer complete semver (vX.X.X) out of partial input (vX/vX.X). Feb 19, 2019
@Schniz Schniz added the PR: New Feature A new feature was added label Feb 19, 2019
@Schniz Schniz merged commit c5b5b31 into master Feb 19, 2019
@Schniz Schniz deleted the infer-complete-semver branch February 19, 2019 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: New Feature A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant