Y
Hacker News
new
|
ask
|
show
|
jobs
by
davej
4077 days ago
How does versioning work with this? Do you have to point directly at a branch/tag and get the latest or can you somehow use semver fuzzy versions with this? i.e. versions compatible with 1.4 -> '^1.4'
1 comments
BinaryIdiot
4077 days ago
There is no versioning in this way, unfortunately. So yeah you have to point at a branch or tag.
link