Commit b70ac5c
v1.26: re-tag with v1.25's CI hygiene already on main
v1.25's release workflow shipped the .deb correctly, but its Lint
workflow failed on three issues that landed in main as a follow-up
commit (8d280ef) but were never re-tagged:
- bin/flashpaste-logs.sh:118 SC1007 (`GRN= RED= WHT=` rewritten
as `GRN='' RED='' WHT=''`).
- bin/flashpaste-logs.sh:206/236/238 SC2178/SC2128 (local
`prev=""` in `kitty_poller` shadowed `declare -A prev=()` in
`claude_state_poller` — renamed the local to `last`).
- CHANGELOG.md:92 MD049 (`_…_` italics on the v1.22 revert
note converted to `*…*`).
The v1.25 tag itself still points at the broken commit, so anyone
running `git checkout v1.25 && bash AGENTS-release-check.sh` would
see lint red. v1.26 is the same code with the fixes already in
main, re-tagged so the tag and the workflow agree. No behaviour
change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8d280ef commit b70ac5c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments