Skip to content

Commit b70ac5c

Browse files
NagyViktclaude
andcommitted
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

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Release-tag policy: every `vX.Y` commit on `main` must be tagged and have a matc
2626
- `assets/hero-flow-light.svg` light-mode variant
2727
- README badges, animated SVG hero, animated tier-comparison chart, Mermaid sequence diagram, AI-assistant TL;DR block, extended FAQ, alternatives comparison
2828

29+
## [1.26] - 2026-05-19
30+
31+
### Fixed
32+
33+
- CI hygiene rolled into a tagged release so the `v1.X` tag and the `Lint` workflow on the same commit agree. v1.25's release workflow shipped the .deb successfully, but the Lint workflow on that exact tag failed on three pre-existing issues fixed in commit `8d280ef` on `main` but 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 (the local `prev=""` in `kitty_poller` shadowed `declare -A prev=()` in `claude_state_poller` — renamed the local to `last`), and `CHANGELOG.md:92` MD049 (`_…_` italics on the v1.22 revert note converted to `*…*`). No behaviour change vs v1.25.
34+
2935
## [1.25] - 2026-05-19
3036

3137
### Added

0 commit comments

Comments
 (0)