We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac890d commit 647f341Copy full SHA for 647f341
.github/CONTRIBUTING.md
@@ -28,9 +28,10 @@ pnpm run lint
28
29
- Ensure you are on the `main` branch locally.
30
- Update `CHANGELOG.md` and commit.
31
-- Run the following:
+- Run the following (replacing `patch` with `minor` or `major` if you want a different range):
32
33
```sh
34
+ pnpm version patch
35
pnpm publish
36
git push --follow-tags
37
```
0 commit comments