This project uses GitHub Actions to publish to npm. The publish workflow runs when a tag with the format v* is pushed.
- Apply the changesets. Run
pnpm changeset versionand review the changes. - Commit and tag.
git commit -m X.Y.Z && git tag vX.Y.Z - Push and push tags.
git push && git push --tags - Create a GitHub release. Go to the tags page and create a release using the new tag.