diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 568d125efdb3f5d52fb8ec43b7398190a9822857..2b4797aec22da8d3552a1c8708b15ac284ec76a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 +```