Skip to content

Commit dd61a6d

Browse files
committed
docs: adds -is:draft to Caretaker search
This excludes draft PRs from Caretaker search, as the Caretaker does not actually care about draft PRs. Also took the opportunity to make the `latest-versions.ts` file a clickable link, because it is a pain to navigate to that file in GitHub's UI.
1 parent 9afb362 commit dd61a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/process/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TBD
1818
## Merging PRs
1919

2020
The list of PRs which are currently ready to merge (approved with passing status checks) can
21-
be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+label%3A%22PR+action%3A+merge%22).
21+
be found with [this search](https://github.com/angular/angular-cli/pulls?q=is%3Apr+is%3Aopen+label%3A%22PR+action%3A+merge%22+-is%3Adraft).
2222
This list should be checked daily and any ready PRs should be merged. For each
2323
PR, check the `PR target` label to understand where it should be merged to. If
2424
`master` is targetted, then click "Rebase and Merge". If the PR also targets a
@@ -101,7 +101,7 @@ In general, cherry picks for LTS should only be done if it meets one of the crit
101101

102102
Make sure the CI is green.
103103

104-
Consider if you need to update `packages/schematics/angular/utility/latest-versions.ts` to reflect changes in dependent versions.
104+
Consider if you need to update [`packages/schematics/angular/utility/latest-versions.ts`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/utility/latest-versions.ts) to reflect changes in dependent versions.
105105

106106
## Shepparding
107107

0 commit comments

Comments
 (0)