From 8c10db384727643265b1550543011d3193dfe557 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Fri, 13 Dec 2013 12:49:42 -0800 Subject: chore(build): automate cutting a release, publishing to bower and to code.angular.js --- scripts/bower/README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'scripts/bower/README.md') diff --git a/scripts/bower/README.md b/scripts/bower/README.md index 348d66ac..84da1baf 100644 --- a/scripts/bower/README.md +++ b/scripts/bower/README.md @@ -1,23 +1,18 @@ # Angular Bower Script -Script for updating the Angular bower repos from a code.angularjs.org package +Script for updating the Angular bower repos from current local build. -Requires `node` (for parsing `bower.json`) and `wget` (for fetching the `angular.zip` from `code.angularjs.org`) +Requires `node` (for parsing `bower.json`) ## Instructions -You need to run `./init.sh` the first time you use this script to clone all the repos. - -For subsequent updates: +`grunt package`: Build angular locally ```shell -./publish.sh NEW_VERSION +./publish.sh ``` -Where `NEW_VERSION` is a version number like `1.2.3`. - - ## License MIT -- cgit v1.2.3