You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/process/release.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ TBD
18
18
## Merging PRs
19
19
20
20
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).
22
22
This list should be checked daily and any ready PRs should be merged. For each
23
23
PR, check the `PR target` label to understand where it should be merged to. If
24
24
`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
101
101
102
102
Make sure the CI is green.
103
103
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.
0 commit comments