8000 Home · dalibo/pev2 Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 c 47BD hangelog 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
0