angular/dev-infra/release
Paul Gschwendtner 41823ff277 feat(dev-infra): add command for printing release train information (#42644)
Currently the active release trains are printed when a developer
runs `ng-dev publish release`. This is not ideal because it requires
the developer to provide an OAuth token, to be on the next branch, and
to have no uncommitted changes, while the actual release train
information is not dependent on these checks.

This commit introduces a new command called `ng-dev release info` that
can be used to retrieve relase information without the aforementioned
requirements. Note that this command provides more detailed information
about release branches than the `ng-dev caretaker check` command (which
also requires on authentication as a side note). The `release info`
command also prints active LTS branches for example.

PR Close #42644
2021-06-28 11:50:57 -07:00
..
build fix(dev-infra): build with stamping for release builds (#42354) 2021-05-26 17:51:56 +00:00
config feat(dev-infra): add support for determining if builds should be stamped (#42319) 2021-05-25 22:11:03 +00:00
info feat(dev-infra): add command for printing release train information (#42644) 2021-06-28 11:50:57 -07:00
notes refactor(dev-infra): improve type-safety of git client utility (#42468) 2021-06-03 14:34:33 -07:00
publish test(dev-infra): always use same virtual git client instance in publish tests (#42468) 2021-06-03 14:34:33 -07:00
set-dist-tag feat(dev-infra): Set up new common release notes generation tooling (#41905) 2021-05-06 09:40:29 -04:00
stamping refactor(dev-infra): improve type-safety of git client utility (#42468) 2021-06-03 14:34:33 -07:00
versioning fix(dev-infra): fetch 100 branches from Github instead of 30 (#42658) 2021-06-24 17:26:24 -07:00
BUILD.bazel feat(dev-infra): add command for printing release train information (#42644) 2021-06-28 11:50:57 -07:00
cli.ts feat(dev-infra): add command for printing release train information (#42644) 2021-06-28 11:50:57 -07:00