Skip to content
Snippets Groups Projects
Unverified Commit b3acbb06 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

docs: update CONTRIBUTING.md (#516)

parent 7db75628
No related branches found
No related tags found
No related merge requests found
......@@ -78,3 +78,15 @@ pnpm start
That should start a webserver which will serve the docs on https://localhost:3000
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
To publish a new version of the library, run
```shell
pnpm new-llamaindex
pnpm new-create-llama
pnpm release
git push # push to the main branch
git push --tags
```
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