diff --git a/aio/content/guide/change-log.md b/aio/content/guide/change-log.md
index a1e08a8866..e51775a058 100644
--- a/aio/content/guide/change-log.md
+++ b/aio/content/guide/change-log.md
@@ -83,7 +83,7 @@ HTTP guide.
## Testing: added component test plunkers (2016-12-02)
-Added two plunkers that each test _one simple component_ so you can write a component test plunker of your own:
live-example with name
live-example with spacey name and plnkr
-live-example with spacey name and stackblitz
+live-example with name and plnkr but no download
-live-example with name and stackblitz but no download
+live-example embedded with name and plnkr
-live-example embedded with name and stackblitz
+More text follows ...
diff --git a/aio/tools/RELEASE.md b/aio/tools/RELEASE.md index df8bb9831a..64293bf196 100644 --- a/aio/tools/RELEASE.md +++ b/aio/tools/RELEASE.md @@ -12,13 +12,18 @@ $ yarn upgrade-interactive --tilde There, select all the packages that are updated on the new Angular release. -**2)** Changes to the tsconfig.json? There is one to update at `/aio/tools/examples/shared/boilerplate/src/tsconfig.json` +**2)** Changes to the tsconfig.json? There are several files in `/aio/tools/examples/shared/boilerplate/*/tsconfig.json` (based on the example type). -**3)** The file `/aio/tools/examples/shared/boilerplate/src/systemjs.config.web.js` contains the configuration for plunkers. It has some hardcoded versions that could be updated. +**3)** The files `/aio/tools/examples/shared/boilerplate/systemjs/src/systemjs.config.web[.build].js` contains the configuration for plunkers. They have some hardcoded versions that could be updated. >N.B.: Plunkers have been replaced by Stackblitz and (almost) all examples have be replaced by CLI/WebPack-based examples that do not use SystemJS. The upgrade examples may still rely on SystemJS. -**4)** As in step 3, more hardcoded versions at `/aio/tools/plunker-builder/translator/rules/indexHtml.js` - ->Note the same caveat about migration from plunker to Stackblitz. +--- +> NOTE(gkalpak): +> There are some `package.json` files in `/aio/tools/examples/shared/boilerplate/*`. +> AFAICT, they are copied over to the examples (based on the example type), but they are neither +> used for installing dependencies (which come from `/aio/tools/examples/shared/package.json`) nor +> used in zips (since they are overwritten by `/aio/tools/example-zipper/customizer`). +> For all stackblitz live-examples, `/aio/tools/examples/shared/boilerplate/cli/package.json` seems +> to be used.