Minimal, reliable setup to auto-version, create GitHub Releases, and publish to npm from main using Changesets. No GitHub App required (uses GITHUB_TOKEN).
- Opens a "Version Packages" PR when changesets land on
main. - On merging that PR, publishes to npm and creates GitHub Releases.
- Optionally deploys to Vercel after publish (see
VERCEL_DEPLOYMENTS.md).