docs(zone.js): update DEVELOPER.md for changelog instruction (#32016)
PR Close #32016
This commit is contained in:
parent
a91a55a6d2
commit
ebcf79d7f3
|
@ -85,7 +85,7 @@ For example, the current version is `0.9.1`, and we want to release a new versio
|
||||||
- create a new tag in `angular` repo. The `tag` must be `zone.js-<version>`, so in this example we need to create the tag `zone.js-0.10.0`.
|
- create a new tag in `angular` repo. The `tag` must be `zone.js-<version>`, so in this example we need to create the tag `zone.js-0.10.0`.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ TAG=zone.js-0.10.0
|
$ export TAG=zone.js-0.10.0
|
||||||
$ git tag $TAG
|
$ git tag $TAG
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue