Publishing a New Version
-
Create a changeset to describe your changes:
pnpm changeset -
Version and update changelog:
pnpm version-packages -
Commit and push the version changes:
git add . git commit -m "chore: new version" git push -
Automatic release: The CI workflow automatically publishes to GitHub Packages.