angular-docs-cn/dev-infra/release/publish/test
Paul Gschwendtner 9d75687f62 feat(dev-infra): publish major versions to "next" NPM dist tag (#42133)
Previously, the dev-infra release tool would publish major versions
directly to the NPM `@latest` dist tag. This is correct in theory, but
rather unpractical given that we want to publish packages first as
`@next` so that other dependent Angular packages can update too,
allowing us to publish all main Angular packages (from FW, COMP
and TOOL) at the same time to `@latest` on NPM.

This involves creating a new release action for re-tagging the
previously released major as `@latest` on NPM.

PR Close #42133
2021-05-18 14:04:14 -07:00
..
release-notes test(dev-infra): add testing for integration of ReleaseNotes in publishing tooling (#41967) 2021-05-14 21:07:27 +00:00
BUILD.bazel feat(dev-infra): Set up new common release notes generation tooling (#41905) 2021-05-06 09:40:29 -04:00
common.spec.ts refactor(dev-infra): improve type safety of NPM dist tags in release tool (#42133) 2021-05-18 14:04:14 -07:00
configure-next-as-major.spec.ts feat(dev-infra): tool for staging and publishing releases (#38656) 2020-09-28 16:11:42 -04:00
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 feat(dev-infra): tool for staging and publishing releases (#38656) 2020-09-28 16:11:42 -04:00
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 feat(dev-infra): tool for staging and publishing releases (#38656) 2020-09-28 16:11:42 -04:00
cut-stable.spec.ts feat(dev-infra): publish major versions to "next" NPM dist tag (#42133) 2021-05-18 14:04:14 -07:00
github-api-testing.ts test(dev-infra): add testing for integration of ReleaseNotes in publishing tooling (#41967) 2021-05-14 21:07:27 +00:00
move-next-into-feature-freeze.spec.ts test(dev-infra): add testing for integration of ReleaseNotes in publishing tooling (#41967) 2021-05-14 21:07:27 +00:00
tag-recent-major-as-latest.spec.ts feat(dev-infra): publish major versions to "next" NPM dist tag (#42133) 2021-05-18 14:04:14 -07:00
test-utils.ts refactor(dev-infra): improve type safety of NPM dist tags in release tool (#42133) 2021-05-18 14:04:14 -07:00