Skip to content

Commit c003108

Browse files
committed
docs: add changesets to the contributing.md
1 parent 6c49f87 commit c003108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ This is a list of the top-level scripts available, which can be run with `pnpm r
5959
| `check` | Runs `svelte-check` and `astro-check` to find TypeScript/a11y errors |
6060
| `format` | Format the codebase with prettier |
6161

62+
### Changesets
63+
64+
We use [changesets](https://github.com/changesets/changesets) for our release system. If your pull request includes a change that should be released on npm (i.e. a change to the svelte-cloudinary pacakge), then please run `pnpm changeset` at the root of the repository and follow the instructions.
65+
6266
## Questions
6367

6468
Please reach out to us if you need any help: either via the issue you're trying to tackle, or on [GitHub discussions](https://github.com/cloudinary-community/svelte-cloudinary/discussions).

0 commit comments

Comments
 (0)