build(zone.js): add changelog gulptask for zone.js (#31852)
PR Close #31852
This commit is contained in:

committed by
Miško Hevery

parent
6033446d2d
commit
30673090ec
@ -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"
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user