Commit 8ba39e8
authored
[doc-only] Fix backport release checks and add release dry-run (#2161)
* Check release notes for planned backports
Require mainline cuda-bindings and cuda-python releases to explicitly declare a planned backport tag or mark it not planned. Keep actual backport releases unblocked while surfacing missing notes as warnings, and preserve docs builds for older tags that still use ci/versions.json.
* Add dry-run release workflow mode
Validate release docs, archives, and wheels without publishing to GitHub Releases, GitHub Pages, TestPyPI, or PyPI.
* Allow dry-run docs branch deployment
Add an explicit dry-run docs branch input so release dry-runs can optionally write generated docs to a seeded non-production branch while keeping artifact-only dry-runs as the default.
* Default release workflow dispatches to dry-run
Make dry-run the first and default release action so production publishing must be deliberately selected for manual release workflow runs.
* Constrain dry-run docs deploy branches
Require optional dry-run docs deployments to target a non-production gh-pages-* branch so manual release dry-runs cannot accidentally publish docs to production or source branches.
* CI: fetch tags for release dry-run validation
PR #2177 made the release workflow checkout shallow, so the dry-run tag validation now needs tags fetched explicitly while keeping history shallow.
* CI: document release dry-run retest matrix
Add workflow-local guidance for validating non-trivial release workflow changes with focused dry-run coverage.1 parent c128381 commit 8ba39e8
5 files changed
Lines changed: 434 additions & 17 deletions
File tree
- .github/workflows
- ci/tools
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
55 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
56 | 73 | | |
57 | 74 | | |
58 | 75 | | |
| |||
305 | 322 | | |
306 | 323 | | |
307 | 324 | | |
| 325 | + | |
308 | 326 | | |
309 | 327 | | |
310 | 328 | | |
311 | 329 | | |
312 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
313 | 339 | | |
314 | | - | |
| 340 | + | |
315 | 341 | | |
316 | 342 | | |
317 | 343 | | |
318 | 344 | | |
319 | 345 | | |
320 | 346 | | |
321 | 347 | | |
322 | | - | |
| 348 | + | |
323 | 349 | | |
324 | 350 | | |
325 | 351 | | |
326 | 352 | | |
| 353 | + | |
327 | 354 | | |
328 | 355 | | |
329 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | | - | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
85 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | 97 | | |
88 | 98 | | |
89 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
| |||
20 | 42 | | |
21 | 43 | | |
22 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
23 | 53 | | |
24 | 54 | | |
25 | 55 | | |
26 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
27 | 62 | | |
28 | 63 | | |
29 | 64 | | |
30 | 65 | | |
31 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
32 | 72 | | |
33 | 73 | | |
34 | 74 | | |
| |||
52 | 92 | | |
53 | 93 | | |
54 | 94 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
58 | 103 | | |
59 | 104 | | |
60 | 105 | | |
| |||
63 | 108 | | |
64 | 109 | | |
65 | 110 | | |
| 111 | + | |
66 | 112 | | |
| 113 | + | |
67 | 114 | | |
68 | | - | |
| 115 | + | |
69 | 116 | | |
70 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
71 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
72 | 136 | | |
73 | 137 | | |
74 | 138 | | |
| |||
94 | 158 | | |
95 | 159 | | |
96 | 160 | | |
97 | | - | |
98 | | - | |
99 | 161 | | |
100 | 162 | | |
101 | 163 | | |
| |||
111 | 173 | | |
112 | 174 | | |
113 | 175 | | |
114 | | - | |
| 176 | + | |
| 177 | + | |
115 | 178 | | |
116 | 179 | | |
117 | 180 | | |
| |||
132 | 195 | | |
133 | 196 | | |
134 | 197 | | |
| 198 | + | |
| 199 | + | |
135 | 200 | | |
136 | 201 | | |
137 | | - | |
| 202 | + | |
138 | 203 | | |
139 | 204 | | |
140 | 205 | | |
| |||
148 | 213 | | |
149 | 214 | | |
150 | 215 | | |
| 216 | + | |
151 | 217 | | |
152 | 218 | | |
153 | 219 | | |
| 220 | + | |
154 | 221 | | |
155 | 222 | | |
156 | 223 | | |
| |||
183 | 250 | | |
184 | 251 | | |
185 | 252 | | |
| 253 | + | |
186 | 254 | | |
187 | 255 | | |
188 | 256 | | |
| |||
0 commit comments