Skip to content

Commit 647f341

Browse files
committed
Update publishing notes
1 parent 6ac890d commit 647f341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ pnpm run lint
2828

2929
- Ensure you are on the `main` branch locally.
3030
- Update `CHANGELOG.md` and commit.
31-
- Run the following:
31+
- Run the following (replacing `patch` with `minor` or `major` if you want a different range):
3232

3333
```sh
34+
pnpm version patch
3435
pnpm publish
3536
git push --follow-tags
3637
```

0 commit comments

Comments
 (0)