From 0a9b6db7fc13f70772ddd5686f56c6807b3aa49e Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Mon, 21 Sep 2026 03:01:37 +0500 Subject: [PATCH] chore(release): 0.1.23, and retain 0.1.22 as failed-preflight evidence 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 Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 2 +- VERSION | 2 +- scripts/check_release_ledger.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcc1b0..9d1f4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The project follows Semantic Versioning. ## [Unreleased] -## [0.1.22] - 2026-09-21 +## [0.1.23] - 2026-09-20 - `tool-cache`: vendor the composite action into `actions/tool-cache/` (byte-identical to `NDDev-Archive/github-actions-garm` `468af475`) and diff --git a/VERSION b/VERSION index 7e72641..001d752 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.22 +0.1.23 diff --git a/scripts/check_release_ledger.py b/scripts/check_release_ledger.py index 85c0a7d..e874664 100644 --- a/scripts/check_release_ledger.py +++ b/scripts/check_release_ledger.py @@ -50,6 +50,7 @@ "0.1.4": "tag target still declared VERSION 0.1.3; preflight rejected run 32620039075", "0.1.5": "historical 0.1.4 tag lacked a release heading; preflight rejected run 32748217729", "0.1.7": "timezone-dependent ledger date rejected release run 32764221081", + "0.1.22": "timezone-dependent ledger date rejected release run 35540240146", }