feat(dev-infra): migrate release tool to use new logging system (#37232)

Migrate the release tool in ng-dev to use new logging system rather
than directly calling console.* to create a better experience
for users.

PR Close #37232
This commit is contained in:
Joey Perrott
2020-05-20 14:55:58 -07:00
committed by Matias Niemelä
parent 7827501d2a
commit 540c29cd6b
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@
import {exec as _exec} from 'shelljs';
import {info} from '../utils/console';
/**
* Log the environment variables expected by bazel for stamping.
*