Skip to content

Commit 01d9682

Browse files
author
DevBot
committed
docs(release): record v0.43.2 evidence
1 parent 504614b commit 01d9682

2 files changed

Lines changed: 154 additions & 0 deletions

File tree

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
{
2+
"id": "publish-existing-v0.43.2-2026-08-24T06-03-03-825Z",
3+
"kind": "publish-existing",
4+
"policyVersion": "autoflow3-v0",
5+
"currentVersion": "0.43.1",
6+
"targetVersion": "0.43.2",
7+
"status": "running",
8+
"startedAt": "2026-08-24T06:03:03.825Z",
9+
"steps": [
10+
{
11+
"name": "verify published source version",
12+
"status": "passed",
13+
"startedAt": "2026-08-24T06:03:03.878Z",
14+
"completedAt": "2026-08-24T06:03:03.913Z",
15+
"exitCode": 0
16+
},
17+
{
18+
"name": "verify main CI success for HEAD",
19+
"status": "passed",
20+
"startedAt": "2026-08-24T06:03:03.914Z",
21+
"completedAt": "2026-08-24T06:03:05.804Z",
22+
"exitCode": 0
23+
},
24+
{
25+
"name": "verify prepare record",
26+
"status": "passed",
27+
"startedAt": "2026-08-24T06:03:05.806Z",
28+
"completedAt": "2026-08-24T06:03:05.807Z",
29+
"exitCode": 0
30+
},
31+
{
32+
"name": "package artifact gate",
33+
"command": [
34+
"deno",
35+
"task",
36+
"package-artifacts:check"
37+
],
38+
"status": "passed",
39+
"startedAt": "2026-08-24T06:03:05.808Z",
40+
"completedAt": "2026-08-24T06:03:20.777Z",
41+
"exitCode": 0
42+
},
43+
{
44+
"name": "publish npm packages",
45+
"command": [
46+
"deno",
47+
"task",
48+
"publish:npm"
49+
],
50+
"status": "passed",
51+
"startedAt": "2026-08-24T06:03:20.777Z",
52+
"completedAt": "2026-08-24T06:03:59.363Z",
53+
"exitCode": 0
54+
},
55+
{
56+
"name": "verify npm versions and dist-tags",
57+
"status": "passed",
58+
"startedAt": "2026-08-24T06:03:59.365Z",
59+
"completedAt": "2026-08-24T06:04:20.853Z",
60+
"exitCode": 0
61+
},
62+
{
63+
"name": "post-publish npm consumer smoke",
64+
"command": [
65+
"deno",
66+
"run",
67+
"-A",
68+
"tools/consumer-smoke.ts",
69+
"--version",
70+
"0.43.2"
71+
],
72+
"status": "passed",
73+
"startedAt": "2026-08-24T06:04:20.854Z",
74+
"completedAt": "2026-08-24T06:05:43.076Z",
75+
"exitCode": 0
76+
},
77+
{
78+
"name": "post-publish third-party Web Component smoke",
79+
"command": [
80+
"deno",
81+
"task",
82+
"third-party-wc:smoke"
83+
],
84+
"status": "passed",
85+
"startedAt": "2026-08-24T06:05:43.077Z",
86+
"completedAt": "2026-08-24T06:05:49.247Z",
87+
"exitCode": 0
88+
},
89+
{
90+
"name": "stage release evidence",
91+
"command": [
92+
"git",
93+
"add",
94+
"docs/release/autoflow3/v0.43.2.json",
95+
"docs/release/v0.43.2.md"
96+
],
97+
"status": "passed",
98+
"startedAt": "2026-08-24T06:05:49.248Z",
99+
"completedAt": "2026-08-24T06:05:49.268Z",
100+
"exitCode": 0
101+
},
102+
{
103+
"name": "commit release evidence",
104+
"status": "passed",
105+
"startedAt": "2026-08-24T06:05:49.287Z",
106+
"completedAt": "2026-08-24T06:05:49.340Z",
107+
"exitCode": 0
108+
},
109+
{
110+
"name": "tag release",
111+
"status": "pending"
112+
},
113+
{
114+
"name": "push tag",
115+
"command": [
116+
"git",
117+
"push",
118+
"origin",
119+
"v0.43.2"
120+
],
121+
"status": "pending"
122+
},
123+
{
124+
"name": "create GitHub release",
125+
"status": "pending"
126+
}
127+
],
128+
"releaseRunUrl": "https://github.com/open-element/openelement/actions/runs/32694423314"
129+
}

docs/release/v0.43.2.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,28 @@ new real Stripe delivery, production Cloudflare deployment, SMTP/OAuth, or
9393
malware-scanner evidence. Existing provider evidence belongs to the v0.43.1
9494
baseline; v0.43.2 changes are qualified locally without remote schema or
9595
provider mutation.
96+
97+
AutoFlow3 patch release evidence: `publish-existing-v0.43.2-2026-08-24T06-03-03-825Z`.
98+
99+
- Previous package line: `0.43.1`
100+
- Released package line: `0.43.2`
101+
- Policy version: `autoflow3-v0`
102+
- Status: `running`
103+
104+
`/@fs/` Windows verification status: see `docs/current/HYDRATION_CONTRACT.md` (Known limitations).
105+
106+
## Evidence
107+
108+
- passed: verify published source version (exit 0)
109+
- passed: verify main CI success for HEAD (exit 0)
110+
- passed: verify prepare record (exit 0)
111+
- passed: package artifact gate (exit 0)
112+
- passed: publish npm packages (exit 0)
113+
- passed: verify npm versions and dist-tags (exit 0)
114+
- passed: post-publish npm consumer smoke (exit 0)
115+
- passed: post-publish third-party Web Component smoke (exit 0)
116+
- passed: stage release evidence (exit 0)
117+
- passed: commit release evidence (exit 0)
118+
- pending: tag release
119+
- pending: push tag
120+
- pending: create GitHub release

0 commit comments

Comments
 (0)