From 03107cadf1abd7bcfe98de02b734af4986dc663f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 13 Feb 2024 21:36:54 -0500 Subject: [PATCH 1/2] Update Release-Checklist.md --- docs/Release-Checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release-Checklist.md b/docs/Release-Checklist.md index df9d0f0a..d705ef00 100644 --- a/docs/Release-Checklist.md +++ b/docs/Release-Checklist.md @@ -15,3 +15,4 @@ Steps for making a release of Cyclone: - Update release on Homebrew (automated) - Update release on Dockerhub (push to bitbucket) - Upload new binary from cyclone-bootstrap release build to the cyclone-scheme "packages" repo +- TODO: what about WASM application? From a6aa16de52c21ffbc3fc8ccb8c852eacca054043 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 19 Feb 2024 22:44:02 -0500 Subject: [PATCH 2/2] Added WASM release instructions --- docs/Release-Checklist.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Release-Checklist.md b/docs/Release-Checklist.md index d705ef00..6f79f054 100644 --- a/docs/Release-Checklist.md +++ b/docs/Release-Checklist.md @@ -15,4 +15,8 @@ Steps for making a release of Cyclone: - Update release on Homebrew (automated) - Update release on Dockerhub (push to bitbucket) - Upload new binary from cyclone-bootstrap release build to the cyclone-scheme "packages" repo -- TODO: what about WASM application? +- Update WASM hosted Cyclone + - Trigger CI action on the WASM repo to recompile the WASM binary: https://github.com/cyclone-scheme/wasm-terminal + - Download the generated `.zip` artifact + - Extract `terminal.js` and `terminal.wasm` and copy to the `_site` directory in the repo to update the build + - Optionally update year in the `terminal.html` file