angular-docs-cn/dev-infra/release/publish/test
Paul Gschwendtner 5947239f89 fix(dev-infra): do not set lts dist tag on packages from release-candidate train (#41946)
Currently if a major release-train in the `release-candidate`/`feature-freeze`
phase becomes `latest`, we intend to set the NPM LTS dist tag for all packages
of the previous major (as the old release train in `latest` moves into LTS phase).

The logic for this exists but the release tool sets the NPM dist tag for
all packages of the new major. This means that the script might error if
a new package is part of the new major; or it could cause a deleted
package to not receive the LTS tag properly.

PR Close #41946
2021-05-04 21:07:57 -07:00
..
release-notes feat(dev-infra): create ReleaseNotes class for generating release notes during publishing (#41476) 2021-04-09 07:49:48 -07:00
BUILD.bazel feat(dev-infra): create ReleaseNotes class for generating release notes during publishing (#41476) 2021-04-09 07:49:48 -07:00
common.spec.ts test(dev-infra): publish test should not rely on external http request (#41767) 2021-04-23 11:01:40 -07:00
configure-next-as-major.spec.ts
cut-lts-patch.spec.ts refactor(dev-infra): several code style and typo fixes (#39135) 2020-10-12 10:47:13 -07:00
cut-new-patch.spec.ts
cut-next-prerelease.spec.ts fix(dev-infra): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:43 -08:00
cut-release-candidate.spec.ts
cut-stable.spec.ts fix(dev-infra): do not set lts dist tag on packages from release-candidate train (#41946) 2021-05-04 21:07:57 -07:00
github-api-testing.ts build: update several dependencies (#41434) 2021-04-12 16:46:29 -07:00
move-next-into-feature-freeze.spec.ts
test-utils.ts refactor(dev-infra): use a singleton for GitClient (#41515) 2021-04-12 16:43:54 -07:00