Skip to content

Commit

Permalink
Add some more commands to the contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jun 9, 2024
1 parent 935d05c commit 1ada2b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</details>

0 comments on commit 1ada2b6

Please sign in to comment.