Skip to content

Commit

Permalink
Add publishing instructions (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
styu authored Nov 25, 2024
1 parent c8bcae6 commit 354e9bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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`

0 comments on commit 354e9bd

Please sign in to comment.