-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Should we have some 'latest' build definitions that are always pointing to latest releases? The nodejs distributions list includes:
We could just have some build definitions that point to those locations, though that would mean the local install name of those nodes would be node-latest
or node-latest-v5.x
; since the version name would be taken from the build definition and not "updated" after installation to reflect the actual version number.
Alternatively, we could try some kind of after-install hook to rename the version once it's installed.
Is this a good or bad idea? It seems the rbenv team have avoided this for a long time. Presumably they have reason? nvm
has similar aliases like node
which points to latest release and 5.0
which is latest 5.x release.