Commit 5c1fedf
fix: pin release-v0.8.5 gate to constant version (was breaking on every later release) (#923)
The "docs point at the action patch" test derived `version` from the CHANGELOG's
top entry and asserted it equals "0.8.5". After 0.8.6 shipped, the top entry moved
to 0.8.6, so the assertion permanently failed — broken on main, blocking every PR
(seen on #918, #854). Only the 0.8.5 gate had this pattern.
This gate is specific to the 0.8.5 release (docs reference the patched @v0.8.5, not
the broken @v0.8.4). Pin to the constant "0.8.5" and assert that changelog entry
EXISTS rather than that it is the latest. Docs assertions unchanged (and passing).
Closes 922
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c2019ba commit 5c1fedf
1 file changed
Lines changed: 8 additions & 3 deletions
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
231 | 238 | | |
232 | | - | |
233 | | - | |
234 | | - | |
| 239 | + | |
235 | 240 | | |
236 | 241 | | |
237 | 242 | | |
| |||
0 commit comments