Commit edc16d5
authored
docs: Add Git history requirements to
## Summary
- `turbo query affected` has the same shallow-checkout pitfall as
`--affected` but the docs didn't mention it. Without sufficient Git
history, all packages are silently treated as changed — a confusing
failure mode in CI.
- Adds the same `<Callout type="warn">` (with the `--filter=blob:none
--depth=0` recommendation) to the `turbo query affected` reference and
the skipping tasks guide, and strengthens the existing mention in the
constructing CI guide.turbo query affected docs (#12426)1 parent 01c56cc commit edc16d5
3 files changed
Lines changed: 21 additions & 1 deletion
File tree
- apps/docs/content/docs
- crafting-your-repository
- guides
- reference
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
| |||
0 commit comments