angular-docs-cn/dev-infra/release/publish/test
Paul Gschwendtner 047994b048 feat(dev-infra): introduce release action for directly branching-off into RC (#42973)
Introduces a new release action for cutting a release-action by directly
moving the next release-train into the `release-candidate` phase.

This allows the Angular team to release minor versions without
needing to branch-off first into the feature-freeze phase. For
minors this phase can be skipped. Switching into the feature-freeze
phase beforehand as a workaround would have allowed for branching-off
but has the downside that `target: minor` would no longer point to the
branched-off release train (only `target: rc` would work then).

PR Close #42973
2021-07-28 10:50:22 -07:00
..
release-notes refactor(dev-infra): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:14 -07:00
BUILD.bazel build: update to rules_nodejs v4.0.0-beta.0 (#42760) 2021-07-09 14:50:15 -07:00
branch-off-next-branch-testing.ts feat(dev-infra): introduce release action for directly branching-off into RC (#42973) 2021-07-28 10:50:22 -07:00
common.spec.ts refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -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-for-feature-freeze.spec.ts feat(dev-infra): introduce release action for directly branching-off into RC (#42973) 2021-07-28 10:50:22 -07: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 feat(dev-infra): introduce release action for directly branching-off into RC (#42973) 2021-07-28 10:50:22 -07:00
move-next-into-release-candidate.spec.ts feat(dev-infra): introduce release action for directly branching-off into RC (#42973) 2021-07-28 10:50:22 -07: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 fix(dev-infra): use the version from package.json rather than tags (#42872) 2021-07-20 11:30:33 -07:00