Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use semver format for git tags #22

Closed
rafeca opened this issue Dec 24, 2012 · 1 comment
Closed

Use semver format for git tags #22

rafeca opened this issue Dec 24, 2012 · 1 comment

Comments

@rafeca
Copy link

rafeca commented Dec 24, 2012

In order to be able to install holder from bower, the tags of the git repo should have a semver format.

From bower docs:

When tags are available in the endpoint, you can specify a semver tag to fetch concrete versions

Right now, it's impossible to install a concrete version of bower:

$ bower install holderjs#1.7.0
- holderjs Could not find tag satisfying: holderjs#1.7.0
The tag 1.7.0 could not be found within the repository
$ bower install holderjs#v1.7
- holderjs Could not find tag satisfying: holderjs#v1.7
The tag v1.7 could not be found within the repository
@imsky
Copy link
Owner

imsky commented Dec 24, 2012

v1.7 has been updated with a new component.json. Let me know if you're still having issues.

@imsky imsky closed this as completed Jan 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants