feat(dev-infra): create environment stamping script in ng-dev (#36844)

Create a common environment stamping script in the ng-dev tooling
as to be used in common release tasks.  This is the first step in
consolidating pieces of the release scripting process into a single
location to develop a release tool.

PR Close #36844
This commit is contained in:
Joey Perrott
2020-04-20 14:44:25 -07:00
committed by Alex Rickabaugh
parent f8941a5b6b
commit df274b478e
5 changed files with 105 additions and 2 deletions

View File

@ -11,6 +11,7 @@ ts_library(
"//dev-infra/commit-message",
"//dev-infra/format",
"//dev-infra/pullapprove",
"//dev-infra/release",
"//dev-infra/ts-circular-dependencies",
"//dev-infra/utils",
"@npm//@types/node",