Skip to content

Files

Latest commit

fd9b1c9 · Feb 17, 2024

History

History
16 lines (9 loc) · 437 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 437 Bytes

Building yarn.build

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

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