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

Add git tag 0.0.1 for Bower #10

Closed
snikch opened this issue Sep 10, 2013 · 2 comments
Closed

Add git tag 0.0.1 for Bower #10

snikch opened this issue Sep 10, 2013 · 2 comments

Comments

@snikch
Copy link

snikch commented Sep 10, 2013

I believe bower uses git tags to get the appropriate version of a package. You've defined the version as 0.0.1 in your bower.json, but there needs to be a git tag too.

bower not-cached    git://github.com/revolunet/angular-google-analytics.git#0.0.1
bower resolve       git://github.com/revolunet/angular-google-analytics.git#0.0.1
bower ENORESTARGET  No tag found that was able to satisfy 0.0.1

Additional error details:
No versions found in git://github.com/revolunet/angular-google-analytics.git

This should do it.

git tag -a "0.0.1"
git push origin master --tags
@henvic
Copy link

henvic commented Dec 21, 2013

+1

@deltaepsilon
Copy link
Collaborator

It looks like revolunet took care of this five days ago. Closing.

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

3 participants