Skip to content
Snippets Groups Projects
Commit f1184008 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

docs: Add changeset instructions for PRs

parent 3f8407c7
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,17 @@ That should start a webserver which will serve the docs on https://localhost:300 ...@@ -79,7 +79,17 @@ That should start a webserver which will serve the docs on https://localhost:300
Any changes you make should be reflected in the browser. If you need to regenerate the API docs and find that your TSDoc isn't getting the updates, feel free to remove apps/docs/api. It will automatically regenerate itself when you run pnpm start again. Any changes you make should be reflected in the browser. If you need to regenerate the API docs and find that your TSDoc isn't getting the updates, feel free to remove apps/docs/api. It will automatically regenerate itself when you run pnpm start again.
## Publishing ## Changeset
We use [changesets](https://github.com/changesets/changesets) for managing versions and changelogs. To create a new changeset, run:
```
pnpm changeset
```
Please send a descriptive changeset for each PR.
## Publishing (maintainers only)
To publish a new version of the library, first create a new version: To publish a new version of the library, first create a new version:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment