angular-cn/dev-infra
Paul Gschwendtner cdb5d07606 feat(dev-infra): expose script for determining merge branches (#37217)
The components repo and framework repository follow the same patch
branch concept. We should be able to share a script for determining
these merge branches.

Additonally the logic has been improved compared to the old merge script because
we no longer consult `git ls-remote` unless really needed. Currently,
`git ls-remote` is always consulted, even though not necessarily needed.

This can slow down the merge script and the caretaker process when a
couple of PRs are merged (personally saw around ~4 seconds per merge).

Additionally, the new logic is more strict and will ensure (in most
cases) that no wrong patch/minor branch is determined. Previously,
the script just used the lexicographically greatest patch branch.
This _could_ be wrong when a new patch branch has been created too
early, or by accident.

PR Close #37217
2020-05-21 10:35:23 -07:00
..
commit-message fix(dev-infra): do not require a commit body for release commits (#37110) 2020-05-14 13:03:34 -07:00
format build: complete removal of bazel format yarn commands (#37148) 2020-05-20 13:32:40 -07:00
pr feat(dev-infra): expose script for determining merge branches (#37217) 2020-05-21 10:35:23 -07:00
pullapprove build(dev-infra): cleanup package dependencies for shared package (#36980) 2020-05-12 10:51:05 -07:00
release feat(dev-infra): create environment stamping script in ng-dev (#36844) 2020-05-01 10:00:04 -07:00
ts-circular-dependencies build(dev-infra): cleanup package dependencies for shared package (#36980) 2020-05-12 10:51:05 -07:00
utils fix(dev-infra): ensure ts-node is registered with commonjs as module (#37217) 2020-05-21 10:35:23 -07:00
BUILD.bazel feat(dev-infra): create tool to determine conflicts created by a PR (#37051) 2020-05-15 11:29:35 -07:00
cli.ts feat(dev-infra): create tool to determine conflicts created by a PR (#37051) 2020-05-15 11:29:35 -07:00
ng-dev ci: use dev-infra cli from local sources (#36326) 2020-04-01 15:24:29 -07:00
tmpl-package.json feat(dev-infra): expose script for determining merge branches (#37217) 2020-05-21 10:35:23 -07:00