Added WASM release instructions

This commit is contained in:
Justin Ethier 2024-02-19 22:44:02 -05:00 committed by GitHub
parent 03107cadf1
commit a6aa16de52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,4 +15,8 @@ Steps for making a release of Cyclone:
- Update release on Homebrew (automated) - Update release on Homebrew (automated)
- Update release on Dockerhub (push to bitbucket) - Update release on Dockerhub (push to bitbucket)
- Upload new binary from cyclone-bootstrap release build to the cyclone-scheme "packages" repo - 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