Skip to content

Commit bc4c276

Browse files
author
DevBot
committed
docs(release): record v0.41.0-alpha.18 evidence
1 parent 04530e3 commit bc4c276

2 files changed

Lines changed: 152 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.41.0-alpha.18-2026-07-25T13-24-21-244Z",
3+
"kind": "publish-existing",
4+
"policyVersion": "autoflow3-v0",
5+
"currentVersion": "0.41.0-alpha.17",
6+
"targetVersion": "0.41.0-alpha.18",
7+
"status": "running",
8+
"startedAt": "2026-07-25T13:24:21.244Z",
9+
"steps": [
10+
{
11+
"name": "verify published source version",
12+
"status": "passed",
13+
"startedAt": "2026-07-25T13:24:21.302Z",
14+
"completedAt": "2026-07-25T13:24:21.335Z",
15+
"exitCode": 0
16+
},
17+
{
18+
"name": "verify main CI success for HEAD",
19+
"status": "passed",
20+
"startedAt": "2026-07-25T13:24:21.336Z",
21+
"completedAt": "2026-07-25T13:24:23.170Z",
22+
"exitCode": 0
23+
},
24+
{
25+
"name": "package artifact gate",
26+
"command": [
27+
"deno",
28+
"task",
29+
"package-artifacts:check"
30+
],
31+
"status": "passed",
32+
"startedAt": "2026-07-25T13:24:23.172Z",
33+
"completedAt": "2026-07-25T13:24:37.916Z",
34+
"exitCode": 0
35+
},
36+
{
37+
"name": "publish npm packages",
38+
"command": [
39+
"deno",
40+
"task",
41+
"publish:npm"
42+
],
43+
"status": "passed",
44+
"startedAt": "2026-07-25T13:24:37.917Z",
45+
"completedAt": "2026-07-25T13:25:38.438Z",
46+
"exitCode": 0
47+
},
48+
{
49+
"name": "verify npm versions and dist-tags",
50+
"command": [
51+
"deno",
52+
"run",
53+
"-A",
54+
"tools/verify-npm-release.ts",
55+
"0.41.0-alpha.18"
56+
],
57+
"status": "passed",
58+
"startedAt": "2026-07-25T13:25:38.439Z",
59+
"completedAt": "2026-07-25T13:26:14.491Z",
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.41.0-alpha.18"
71+
],
72+
"status": "passed",
73+
"startedAt": "2026-07-25T13:26:14.492Z",
74+
"completedAt": "2026-07-25T13:31:46.674Z",
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-07-25T13:31:46.675Z",
86+
"completedAt": "2026-07-25T13:31:51.742Z",
87+
"exitCode": 0
88+
},
89+
{
90+
"name": "stage release evidence",
91+
"command": [
92+
"git",
93+
"add",
94+
"docs/release/autoflow3/v0.41.0-alpha.18.json",
95+
"docs/release/v0.41.0-alpha.18.md"
96+
],
97+
"status": "passed",
98+
"startedAt": "2026-07-25T13:31:51.743Z",
99+
"completedAt": "2026-07-25T13:31:51.778Z",
100+
"exitCode": 0
101+
},
102+
{
103+
"name": "commit release evidence",
104+
"status": "passed",
105+
"startedAt": "2026-07-25T13:31:51.798Z",
106+
"completedAt": "2026-07-25T13:31:51.850Z",
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.41.0-alpha.18"
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/30159150186"
129+
}

docs/release/v0.41.0-alpha.18.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v0.41.0-alpha.18
2+
3+
AutoFlow3 patch release evidence: `publish-existing-v0.41.0-alpha.18-2026-07-25T13-24-21-244Z`.
4+
5+
- Previous package line: `0.41.0-alpha.17`
6+
- Released package line: `0.41.0-alpha.18`
7+
- Policy version: `autoflow3-v0`
8+
- Status: `running`
9+
10+
## Evidence
11+
12+
- passed: verify published source version (exit 0)
13+
- passed: verify main CI success for HEAD (exit 0)
14+
- passed: package artifact gate (exit 0)
15+
- passed: publish npm packages (exit 0)
16+
- passed: verify npm versions and dist-tags (exit 0)
17+
- passed: post-publish npm consumer smoke (exit 0)
18+
- passed: post-publish third-party Web Component smoke (exit 0)
19+
- passed: stage release evidence (exit 0)
20+
- passed: commit release evidence (exit 0)
21+
- pending: tag release
22+
- pending: push tag
23+
- pending: create GitHub release

0 commit comments

Comments
 (0)