diff --git a/packages/zone.js/DEVELOPER.md b/packages/zone.js/DEVELOPER.md index 8fdb3f4bfa..b2f1f8b73b 100644 --- a/packages/zone.js/DEVELOPER.md +++ b/packages/zone.js/DEVELOPER.md @@ -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-`, 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 ```