Skip to content

Commit ff0a495

Browse files
author
iexitdev
committed
docs(release): add h5 approval handoff command
1 parent 297242d commit ff0a495

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/release/h5-owner-decision-memo.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,17 @@ Approve continued beta preparation with these next tasks:
8484
3. Decide whether the first beta is API-preview or production-beta.
8585
4. Keep native workflow and native performance gaps in known issues until workflow and device benchmark evidence are green on the release commit.
8686
5. Keep candlestick labeled Financial Preview.
87+
88+
Record H5 approval only after H4 is approved and the owner accepts or edits the beta decisions:
89+
90+
```sh
91+
npm run release:owner:record -- \
92+
--gate h5 \
93+
--approved-by <owner> \
94+
--approved-at <yyyy-mm-dd> \
95+
--decision "Continue beta preparation before npm publication." \
96+
--decision "First beta may be labeled API Preview only if native evidence gaps remain." \
97+
--decision "Compatibility package and modern package paths approved for beta review." \
98+
--decision "Advanced interactions, financial charts, range selector, pan/zoom, animation, Skia, and large-data workflows remain preview or Pro-candidate until H4 final labels are approved." \
99+
--decision "CandlestickChart remains Financial Preview."
100+
```

0 commit comments

Comments
 (0)