-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Please create a "latest" branch pointing to latest tag #1898
Comments
OK, So I'll probably hack a script to fetch latest tag... |
You’re free to do that, but that’s a very bad idea since you’ll get breaking changes without knowing it - it’d be equivalent to adding “*” in your package.json. |
Thanks!, for the record master branch is usable without dirty hacks. |
but master isn't release version is dev version. |
@rzr i break master all the time, and in the past have done it on purpose so that i can give an earlier warning to people to are incorrectly relying on it. master is unstable - only use a tagged release version. |
Yea I suspected that master can't be trusted, https://github.com/TizenTeam/nvm/tree/latest/master I will have to update manually or if anyone request it |
Then user will be able to install latest (and upcoming) release by using this fixed URL:
https://raw.githubusercontent.com/creationix/nvm/latest/install.sh
The text was updated successfully, but these errors were encountered: