We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spark builds are served via Github pages from the releases repo
Update version in package.json accordingly
package.json
Run npm run build
npm run build
Create directory in release repo following semantic versioning convention: MAJOR.MINOR.PATCH e.g 0.1.10
MAJOR.MINOR.PATCH
0.1.10
Copy dist content into version directory created above.
dist
Push into main to publish.
main
Note: For experimental or preview releases follow steps above but push into the corresponding experimental and preview directories
experimental
preview