Skip to content

Stop naming a version inside the script header - #3

Merged
jonnyspicer merged 1 commit into
mainfrom
fix/version-agnostic-header
Aug 11, 2026
Merged

jonnyspicer merged 1 commit into
mainfrom
fix/version-agnostic-header

Conversation

@jonnyspicer

Copy link
Copy Markdown
Contributor

Third and final tag-hygiene fix before the consumer PRs.

The script header named the tag consumers should pin. That cannot work: the file is frozen inside whatever tag was pinned, so the version written in it is wrong for every release after that one — and fixing it needs a new tag, whose frozen copy then names the previous one. I hit that loop twice.

Header now points at the tag list. The README on main stays concrete, because README is always read from main rather than from a pinned snapshot.

🤖 Generated with Claude Code

https://claude.ai/code/session_013ZcazeseXVpu8XrYA2tE1V

The header named the tag consumers should pin. But this file is frozen inside
whatever tag they pinned, so the version written here is wrong for every
release after it — and correcting it requires a new tag, whose frozen copy
then names the previous one. That loop produced three tags for one gate.

Point at the tag list instead. The README on main stays concrete and current.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013ZcazeseXVpu8XrYA2tE1V
@jonnyspicer
jonnyspicer merged commit 64a41bc into main Aug 11, 2026
3 checks passed
@jonnyspicer
jonnyspicer deleted the fix/version-agnostic-header branch August 11, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant