You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the discussion of #10 (comment) was found a problem with determination of installed versions for the Bower packages, for which those versions aren't valid semvers.
If the used version (git tag) isn't a valid semver, the generated .bower.json won't contain the version field (but will contain the _release field in all cases):
In the discussion of #10 (comment) was found a problem with determination of installed versions for the Bower packages, for which those versions aren't valid semvers.
If the used version (git tag) isn't a valid semver, the generated
.bower.json
won't contain theversion
field (but will contain the_release
field in all cases):and
UPD: If the target version of the package is set to
"*"
(and there are no any valid versions), the_release
field will contain the last commit hash:The text was updated successfully, but these errors were encountered: