-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
The repository name in this format is :
git@github.com:HashLoad/boss.git
this means it already contains a colon after github.com
So it's not possible to add another tag at the end of the repository path because the regex used only checks for a colon inside the path
So when trying to install in this way, the first colon is taken as version -> this version is not found, so another existing tag is used automatically (this is what happend on my local repo.
There was a tag 1.0.0 but some commits after that.
When trying to install the repo without a tag at the end it automatically checked out the tag 1.0.0 instead of HEAD
Metadata
Metadata
Assignees
Labels
No labels