Skip to content

Commit 13df7ac

Browse files
author
iexitdev
committed
docs(release): refresh native workflow evidence
1 parent fe2d5f9 commit 13df7ac

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/release/evidence/native-release-workflow.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
{
2323
"artifacts": [
24-
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25420992640/artifacts/6824429552",
25-
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25420992640/artifacts/6824504743"
24+
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25426686187/artifacts/6826679168",
25+
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25426686187/artifacts/6826743804"
2626
],
27-
"commit": "259e3b19f9f4d09762f5f7def8b051ee64582b98",
27+
"commit": "fe2d5f904307ae763010ab07b89f1753e3539c54",
2828
"date": "2026-05-06",
2929
"result": "workflow-pass",
30-
"runUrl": "https://github.com/indiespirit/react-native-chart-kit/actions/runs/25420992640",
30+
"runUrl": "https://github.com/indiespirit/react-native-chart-kit/actions/runs/25426686187",
3131
"scope": "native-release-workflow"
3232
}
3333
],

docs/release/native-workflow-runbook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Native Workflow Runbook
22

3-
Status on May 6, 2026: native iOS and Android release builds passed locally, but the GitHub `Native Release Checks` workflow has not produced release-candidate evidence yet.
3+
Status on May 6, 2026: native iOS and Android release builds passed locally and the GitHub `Native Release Checks` workflow has passed on `next` with archived platform evidence.
44

5-
## Current Blocker
5+
## Current Evidence
66

77
GitHub Actions only exposes manually dispatched workflows after the workflow file exists on the repository default branch. The workflow file currently exists on `next`, while the repository default branch is `master`, so `workflow_dispatch` is not available yet for `.github/workflows/native-release.yml`.
88

99
The workflow is also configured to run on relevant `next` pushes. Use that path when the workflow is not dispatchable from the UI yet.
1010

11-
Do not mark the native workflow evidence complete until a green workflow run exists on the release-candidate commit and both platform artifacts are archived.
11+
The current recorded evidence lives in [native-release-workflow.json](evidence/native-release-workflow.json). Keep it current by recording the latest green workflow run whenever the release-candidate commit changes.
1212

1313
## Required Evidence
1414

0 commit comments

Comments
 (0)