Skip to content

Commit 80855ce

Browse files
committed
docs(release): record latest native workflow pass
1 parent a8872e3 commit 80855ce

4 files changed

Lines changed: 15 additions & 15 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/25442347176/artifacts/6833483843",
25-
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176/artifacts/6833550120"
24+
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834135468",
25+
"https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834216118"
2626
],
27-
"commit": "20bf904c59709f8c1540203ba5daa3878c4560d0",
27+
"commit": "b3db5c3fe188264c6d3beb85e0de77e3b383468b",
2828
"date": "2026-05-06",
2929
"result": "workflow-pass",
30-
"runUrl": "https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176",
30+
"runUrl": "https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256",
3131
"scope": "native-release-workflow"
3232
}
3333
],

docs/release/h5-beta-gate-evidence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Commands refreshed on May 5, 2026 on the local `next` branch. The native release
3636
| Docs verification | `npm run docs:build` | Passed: markdown, JS/TS fence, and public TS/TSX example validation |
3737
| RN CLI example source | `npm run example:rn-cli:typecheck` | Passed: non-Expo app source and local package aliases type-check |
3838
| Native release dry-run | `npm run native:release:dry-run` | Passed: prints Expo prebuild, Android Gradle release, CocoaPods, and iOS xcodebuild commands |
39-
| iOS release build | `npm run native:release:ios`; native workflow run `25442347176` | Passed locally outside the sandbox; green CI workflow artifact recorded |
40-
| Android release build | `npm run native:release:android`; native workflow run `25442347176` | Passed locally outside the sandbox; green CI workflow artifact recorded |
39+
| iOS release build | `npm run native:release:ios`; native workflow run `25443812256` | Passed locally outside the sandbox; green CI workflow artifact recorded |
40+
| Android release build | `npm run native:release:android`; native workflow run `25443812256` | Passed locally outside the sandbox; green CI workflow artifact recorded |
4141
| Package build | `npm run build` | Passed |
4242
| Package pack dry-run | `npm run pack:check` | Passed: release package manifest validates root, core, SVG renderer, React Native, Skia renderer, and Pro package names and dry-run publish files; Skia and Pro are pack-checked but not Developer Preview-published |
4343

docs/release/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These are allowed only as explicit Developer Preview caveats. Anything in this f
66

77
Android and iOS release-build checks are configured in `.github/workflows/native-release.yml` and can be run locally with `npm run native:release:android` and `npm run native:release:ios`. The Expo showcase also verifies web screenshots and can run on device through Expo Go or Expo dev targets.
88

9-
The iOS and Android release builds passed locally on May 5, 2026. Android used OpenJDK 17 plus the Homebrew Android command-line tools SDK (`/opt/homebrew/share/android-commandlinetools`) and completed `assembleRelease`. The release script now fails before prebuild when either Java or the Android SDK is missing. On May 6, 2026, the native release workflow passed on `next` for commit `20bf904c59709f8c1540203ba5daa3878c4560d0`, with archived iOS and Android artifacts recorded in [native-release-workflow.json](evidence/native-release-workflow.json). The workflow remains documented in [native-workflow-runbook.md](native-workflow-runbook.md) for future RC reruns.
9+
The iOS and Android release builds passed locally on May 5, 2026. Android used OpenJDK 17 plus the Homebrew Android command-line tools SDK (`/opt/homebrew/share/android-commandlinetools`) and completed `assembleRelease`. The release script now fails before prebuild when either Java or the Android SDK is missing. On May 6, 2026, the native release workflow passed on `next` for commit `b3db5c3fe188264c6d3beb85e0de77e3b383468b`, with archived iOS and Android artifacts recorded in [native-release-workflow.json](evidence/native-release-workflow.json). The workflow remains documented in [native-workflow-runbook.md](native-workflow-runbook.md) for future RC reruns.
1010

1111
Impact: native release-build workflow evidence is no longer the blocker, but production users should still wait for runtime, accessibility, performance, and Skia evidence before treating v2 as stable.
1212

docs/release/native-release-results.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These results document local native release-build attempts for the Expo showcase
1111
| `npm run native:release:dry-run` | Passed. Printed Expo prebuild, Android Gradle release, CocoaPods, and iOS Xcode release-build commands. |
1212
| `npm run native:release:ios` | Passed locally outside the sandbox after CocoaPods downloaded native dependencies. |
1313
| `npm run native:release:android` | Passed locally outside the sandbox with OpenJDK 17 and the Homebrew Android command-line tools SDK. |
14-
| Native Release Checks workflow | Passed on `next` for commit `20bf904c59709f8c1540203ba5daa3878c4560d0` with archived platform artifacts. |
14+
| Native Release Checks workflow | Passed on `next` for commit `b3db5c3fe188264c6d3beb85e0de77e3b383468b` with archived platform artifacts. |
1515

1616
## iOS Evidence
1717

@@ -62,19 +62,19 @@ Non-blocking warnings observed:
6262
- Gradle emitted Expo/React Native deprecation warnings from generated native dependencies.
6363
- Gradle warned that the daemon would stop after running out of JVM metaspace; the release build still completed successfully.
6464

65-
The GitHub `Native Release Checks` workflow configures Java and runs on an Android-capable hosted runner. On May 6, 2026, run `25442347176` passed both iOS and Android release-build jobs for commit `20bf904c59709f8c1540203ba5daa3878c4560d0`.
65+
The GitHub `Native Release Checks` workflow configures Java and runs on an Android-capable hosted runner. On May 6, 2026, run `25443812256` passed both iOS and Android release-build jobs for commit `b3db5c3fe188264c6d3beb85e0de77e3b383468b`.
6666

6767
The recorded artifacts are:
6868

69-
- iOS artifact: `https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176/artifacts/6833483843`
70-
- Android artifact: `https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176/artifacts/6833550120`
69+
- iOS artifact: `https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834135468`
70+
- Android artifact: `https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834216118`
7171

7272
The evidence was recorded with:
7373

7474
```sh
7575
npm run release:native-workflow:record -- \
76-
--run-url https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176 \
77-
--commit 20bf904c59709f8c1540203ba5daa3878c4560d0 \
78-
--ios-artifact https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176/artifacts/6833483843 \
79-
--android-artifact https://github.com/indiespirit/react-native-chart-kit/actions/runs/25442347176/artifacts/6833550120
76+
--run-url https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256 \
77+
--commit b3db5c3fe188264c6d3beb85e0de77e3b383468b \
78+
--ios-artifact https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834135468 \
79+
--android-artifact https://github.com/indiespirit/react-native-chart-kit/actions/runs/25443812256/artifacts/6834216118
8080
```

0 commit comments

Comments
 (0)