Clone this repo, and install the dependencies yarn install
To test run yarn build
to build everything in the packages/example
folder.
To update the plugin run yarn build -c build:update
in the root directory.
Releases are automatic with the workflow at .github/workflows/main.yml
and build off of SemVer tags in the format v*
git tag -a "vX.X.X -m "Release notes"
git push --tags