diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99b7d37..160d663 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,8 +39,15 @@ This project uses Changesets for versioning. When you made changes, run `pnpm ch When it's time to release new versions of packages to npm, run the following commands: ```bash +turbo build + pnpm changeset version + +# -- Commit the changelog and the version bump -- + pnpm changeset publish + +git push --follow-tags ```