volarjs / services

MIT License
124 stars 25 forks source link

Enable Changesets #57

Closed remcohaszing closed 1 month ago

remcohaszing commented 9 months ago

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 commented 1 month ago

A while ago we decided not to use Changesets for Volar. I’m closing this PR.