build(zone.js): add changelog gulptask for zone.js (#31852)

PR Close #31852
This commit is contained in:
JiaLiPassion
2019-07-25 23:50:39 -07:00
committed by Miško Hevery
parent 6033446d2d
commit 30673090ec
4 changed files with 60 additions and 2 deletions

View File

@ -80,10 +80,24 @@ yarn webdriver-sauce-test
Releasing
---------
- create a new tag in `angular` repo.
```
$ TAG=<TAG>
$ git tag $TAG
```
- create a PR to update `changelog` of zone.js
```
$ yarn gulp changelog:zonejs
```
- deploy to npm
To make a `dry-run`, run the following commands.
```
$ VERSION=<version>
$ git tag 'zone.js-$VERSION'
$ yarn bazel --output_base=$(mktemp -d) run //packages/zone.js:npm_package.pack --workspace_status_command="echo BUILD_SCM_VERSION $VERSION"
```