Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

angular-bower publishing unreleased versions #5459

Closed
explunit opened this issue Dec 17, 2013 · 7 comments
Closed

angular-bower publishing unreleased versions #5459

explunit opened this issue Dec 17, 2013 · 7 comments

Comments

@explunit
Copy link

Looking at https://github.com/angular/bower-angular/commits/master/bower.json I see that up until now it's been following published releases of the main Angular project:

v1.2.4
v1.2.5
etc.

But in the last couple days it's started to publish things like:

v1.2.6-build.1998+sha.5c97731
v1.2.6-build.2000+sha.73c6671
etc.

Even though 1.2.6 is not released.

@caitp
Copy link
Contributor

caitp commented Dec 17, 2013

These pushes are all automated now, but you don't need to worry about them --- Unless you explicitly request those tagged versions, you'll get 1.2.5 (the most recent clean semver release)

@heikki
Copy link

heikki commented Dec 18, 2013

Currently it seems to install angular#1.2.6-build.2000+sha.73c6671 by default:

∴ bower install angular
bower angular#>= 1.1.5      not-cached git://github.com/angular/bower-angular.git#>= 1.1.5
bower angular#>= 1.1.5         resolve git://github.com/angular/bower-angular.git#>= 1.1.5
bower angular#*             not-cached git://github.com/angular/bower-angular.git#*
bower angular#*                resolve git://github.com/angular/bower-angular.git#*
bower angular#>= 1.1.5        download https://github.com/angular/bower-angular/archive/v1.2.6-build.2000+sha.73c6671.tar.gz
bower angular#*               download https://github.com/angular/bower-angular/archive/v1.2.5.tar.gz
bower angular#>= 1.1.5         extract archive.tar.gz
bower angular#*                extract archive.tar.gz
bower angular#>= 1.1.5        resolved git://github.com/angular/bower-angular.git#1.2.6-build.2000+sha.73c6671
bower angular#*               resolved git://github.com/angular/bower-angular.git#1.2.5
bower angular#>= 1.1.5         install angular#1.2.6-build.2000+sha.73c6671

angular#1.2.6-build.2000+sha.73c6671 bower_components/angular

@heikki
Copy link

heikki commented Dec 18, 2013

Scratch that.. I deleted bower_components and this time it seemed to work. Maybe it's a problem with bower itself?

∴ bower install angular
bower angular#*             not-cached git://github.com/angular/bower-angular.git#*
bower angular#*                resolve git://github.com/angular/bower-angular.git#*
bower angular#*               download https://github.com/angular/bower-angular/archive/v1.2.5.tar.gz
bower angular#*                extract archive.tar.gz
bower angular#*               resolved git://github.com/angular/bower-angular.git#1.2.5
bower angular#~1.2.5           install angular#1.2.5

angular#1.2.5 bower_components/angular

@caitp
Copy link
Contributor

caitp commented Dec 18, 2013

it may have been fixed in one of the fixes from the past 2 days, but all I can see from right now is that the current version (in bower info angular) is 1.2.5, so that's what you should get

@explunit
Copy link
Author

I've also been seeing sporadic use of 1.2.6* but haven't been able to isolate the dependency chain that causes it.

@explunit
Copy link
Author

Note also that "bower install #1.2" gives me 1.2.6-build.2000+sha.73c6671.

Closing it here since this seems more like a bower issue that's been exposed by these extra releases, not an issue with angular-bower itself.

@explunit
Copy link
Author

bower/bower#1017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants