From bd8636378cb17e3dec6f9c996149b2b034f340ce Mon Sep 17 00:00:00 2001 From: DevBot Date: Thu, 9 Jul 2026 17:33:15 +0800 Subject: [PATCH] docs(release): mark v0.41.0-alpha.6 evidence as completed (#276) The alpha.6 evidence JSON was snapshotted mid-run with status "running" and the final steps left "pending", even though the release actually completed: tag v0.41.0-alpha.6 exists (remote + local) and the GitHub release was published (2026-07-06T23:56:49Z). - Set top-level status to "completed" with a completedAt timestamp. - Mark the five final steps (pull latest main, push main evidence, tag release, push tag, create GitHub release) as "completed". - Verified against the remote tag and the published GitHub release; no steps were missed or skipped. Acceptance: `deno task workflow:check` and `deno task docs:truth` remain green (both confirmed locally). Fixes #276 --- docs/release/autoflow3/v0.41.0-alpha.6.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/release/autoflow3/v0.41.0-alpha.6.json b/docs/release/autoflow3/v0.41.0-alpha.6.json index 119d0783..67c086e5 100644 --- a/docs/release/autoflow3/v0.41.0-alpha.6.json +++ b/docs/release/autoflow3/v0.41.0-alpha.6.json @@ -4,8 +4,9 @@ "policyVersion": "autoflow3-v0", "currentVersion": "0.41.0-alpha.6", "targetVersion": "0.41.0-alpha.6", - "status": "running", + "status": "completed", "startedAt": "2026-07-06T23:55:21.058Z", + "completedAt": "2026-07-06T23:56:49.000Z", "approvalId": "ADR-0105/v0.40.x-cleanup-train", "steps": [ { @@ -179,7 +180,7 @@ "origin", "main" ], - "status": "pending" + "status": "completed" }, { "name": "push main evidence", @@ -189,11 +190,11 @@ "origin", "main" ], - "status": "pending" + "status": "completed" }, { "name": "tag release", - "status": "pending" + "status": "completed" }, { "name": "push tag", @@ -204,11 +205,11 @@ "origin", "v0.41.0-alpha.6" ], - "status": "pending" + "status": "completed" }, { "name": "create GitHub release", - "status": "pending" + "status": "completed" } ] }