Skip to content

Release Instructions

Diego Marcos edited this page Feb 26, 2026 · 4 revisions

Spark builds are served via Github pages from the releases repo

Release a new build

  1. Update version in package.json accordingly

  2. Run npm run build

  3. Create directory in release repo following semantic versioning convention: MAJOR.MINOR.PATCH e.g 0.1.10

  4. Copy dist content into version directory created above.

  5. Push into main to publish.

Note: For experimental or preview releases follow steps above but push into the corresponding experimental and preview directories

Clone this wiki locally