diff --git a/README.md b/README.md index f4c2cda11..ea4f4957b 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,11 @@ > > Full docs on the `changesets` tool can be found at the [changesets/changesets github repo](https://github.com/changesets/changesets). 7. If you're curious what the final build output might look like you can run `pnpm build` from root. -8. Run all lint rules and tests with `pnpm check` from root. \ No newline at end of file +8. Run all lint rules and tests with `pnpm check` from root. + +## Publishing + +1. Install the [GitHub CLI](https://cli.github.com/) +2. `gh auth login` to authenticate with github.com +3. `pnpm install` +4. `./scripts/createReleasePr.sh`