chore(release): calculate the cdnVersion on every build

The CDN version of angular is now calculated on every build,
by looking at the tags in angular/angular.js, sorting them
by semver and checking against ajax.googleapis.com which
one is available.
This commit is contained in:
Tobias Bosch
2014-03-26 15:51:11 -07:00
parent d6d7fe4b07
commit aa249ae4a2
5 changed files with 27 additions and 34 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "angularjs",
"branchVersion": "1.3.*",
"cdnVersion": "1.3.0-beta.3",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"