-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow versioning for github repos as dependencies #3014
Comments
Semver for tags would be pretty awesome and certainly doable. I think we should support # for straight tags and @ for semver with tags (v1.2.3 style tags, like npm does) |
I've added support for # on GitHub deps (115d67d). I'll see if we can implement semver. |
awesome man, thanks! |
See this post about git dependencies: You can already specify specific versions if you push the tags to git. |
Yes, this already worked for straight git deps. This is about component-style "user/repo" deps. |
@nathan7 It works for those as well. |
Whoops. My (and @matthewmueller's) bad. |
So to clarify, we have exact version support, but still want semver support. |
@domenic I personally think exact versons are the way to go for various reasons (which I have outlined before). |
Okay, with the current git approach this should be no issue. I have to figure out if I can make it work for GitHub archives too. |
The last part being the @? Cause the # one is supported if you have a tag.
|
@shtylman the last part being
|
Meh. You know how I feel about semver in deps :p
|
yesssss |
This would be a really nice feature to have:
or perhaps:
The text was updated successfully, but these errors were encountered: