aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bower/README.md
diff options
context:
space:
mode:
authorTobias Bosch2013-12-13 12:49:42 -0800
committerTobias Bosch2013-12-13 12:51:13 -0800
commit8c10db384727643265b1550543011d3193dfe557 (patch)
tree836f583f1618e6dc1814afc6ee9265957402b74a /scripts/bower/README.md
parent03088d60109582fa5e966ad8425b3de9d9152b6a (diff)
downloadangular.js-8c10db384727643265b1550543011d3193dfe557.tar.bz2
chore(build): automate cutting a release, publishing to bower and to code.angular.js
Diffstat (limited to 'scripts/bower/README.md')
-rw-r--r--scripts/bower/README.md13
1 files changed, 4 insertions, 9 deletions
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