chore(release): 0.1.23, and retain 0.1.22 as failed-preflight evidence - #121
Merged
Merged
Conversation
0.1.22 was cut with the CHANGELOG heading dated 2026-09-21 from a +05 local
clock while its target commit is dated 2026-09-20 in UTC. `check_release_ledger`
compares the heading date against the UTC author date of the tag's target
commit, so release run 35540240146 rejected the tag in preflight:
[FAIL] release-ledger-tags
- 0.1.22 is dated 2026-09-21 in CHANGELOG.md but its tag is 2026-09-20
The tag points at a tree carrying the wrong date, so it can never pass and is
not recoverable. It is retained as failure evidence in KNOWN_UNRELEASED_TAGS
alongside 0.1.4, 0.1.5 and 0.1.7 -- 0.1.7 failed for this same timezone reason
-- rather than deleted, so consumers can see it was never published.
This release carries the identical payload under a UTC-correct date: the
vendored tool-cache composite action and the retired GARM label vocabulary.
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What happened
0.1.22was cut minutes ago with its CHANGELOG heading dated2026-09-21, taken from a+05local clock. Its target commiteeb9953eis dated2026-09-20in UTC.check_release_ledgercompares the heading date against the UTC author date of the tag's target commit, so release run 35540240146 rejected it in preflight:Every other one of the ~40 preflight validators passed, and the signed promotion envelope on the tag is GitHub-verified (
verified: true,reason: valid). Only the date was wrong.The tag points at a tree that carries the wrong date, so no follow-up commit can make
0.1.22pass. It is unrecoverable.What this does
0.1.23carries the identical payload under a UTC-correct date: the vendoredtool-cachecomposite action and the retired GARM label vocabulary.0.1.22is retained inKNOWN_UNRELEASED_TAGSas failure evidence rather than deleted, which is how this repository already handles0.1.4,0.1.5and0.1.7.0.1.7failed for this same timezone reason — the exception table calls it "timezone-dependent ledger date" — so this is the fourth instance of one recurring trap.Verification
check_release_ledger.check(core tier) — no findingscheck_release_ledger.check_tags— reports only the expected pre-tag state for0.1.23; thetag 0.1.22 exists but CHANGELOG.md has no heading for itproblem is resolved by the exception0.1.16..0.1.22range: no input removed, none newly required🤖 Generated with Claude Code