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,7 @@ ts_library(
module_name = "@angular/dev-infra-private/release",
visibility = ["//dev-infra:__subpackages__"],
deps = [
"//dev-infra/utils",
"@npm//@types/node",
"@npm//@types/shelljs",
"@npm//@types/yargs",

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.
*