Skip to content
Pierre GIRAUD edited this page Aug 23, 2024 · 3 revisions

How To Release

Build library and tag version

npm version minor
git push origin master
git push --tags

Wait for the automatic build to finish. Edit the release changelog on github.

An index.html file should be added automatically to release assets by github actions.

Publish to npm

npm run build-lib
npm publish

Update the codesandboxes demos at https://stackblitz.com/edit/pev2-vanilla and https://stackblitz.com/edit/pev2-vite

Clone this wiki locally