volar-plugins icon indicating copy to clipboard operation
volar-plugins copied to clipboard

Enable Changesets

Open remcohaszing opened this issue 2 years ago • 0 comments

Changesets replaces lerna-lite. Releases are made using the release workflow. The changeset configuration is based on Astro and MDX analyzer.

Each package now has a prepack script. This is run before creating an npm package, including by Changesets.

Also npm provenance was enabled.

This requires an npm CI token to be set as the NPM_TOKEN GitHub actions secret.

remcohaszing avatar Sep 09 '23 10:09 remcohaszing