From 354e9bd045ea15c77f0fa415d2d7837de6fab47b Mon Sep 17 00:00:00 2001 From: styu Date: Mon, 25 Nov 2024 12:03:31 -0500 Subject: [PATCH] Add publishing instructions (#1017) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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`