angular/dev-infra/release
George Kalpakas c76dda6aeb fix(dev-infra): correctly check for commit that closes PR (#39135)
The `ng-dev release publish` command needs to check whether a commit
closed a pull request. This is implemented via checking the commit
message for specific closing keywords referencing the pull request
number.

The regex used previously failed to correctly ensure that the specified
pull request was referenced. For example, it would allow `#12345` to
also match for `#1234`.

This commit fixes the regex.

PR Close #39135
2020-10-12 10:47:13 -07:00
..
build refactor(dev-infra): several code style and typo fixes (#39135) 2020-10-12 10:47:13 -07:00
config build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#39182) 2020-10-08 11:54:59 -07:00
publish fix(dev-infra): correctly check for commit that closes PR (#39135) 2020-10-12 10:47:13 -07:00
set-dist-tag refactor(dev-infra): several code style and typo fixes (#39135) 2020-10-12 10:47:13 -07:00
stamping refactor(dev-infra): move existing env-stamp command into subfolder (#38656) 2020-09-28 16:11:42 -04:00
versioning refactor(dev-infra): several code style and typo fixes (#39135) 2020-10-12 10:47:13 -07:00
BUILD.bazel build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#39182) 2020-10-08 11:54:59 -07:00
cli.ts feat(dev-infra): tool for staging and publishing releases (#38656) 2020-09-28 16:11:42 -04:00