Skip to content

Commit

Permalink
Update RELEASING.md (connectrpc#212)
Browse files Browse the repository at this point in the history
Using `--filter` to simplify release steps and makes it simpler to add
packages in the future
  • Loading branch information
paul-sachs authored Oct 12, 2023
1 parent 99d7574 commit 6fdf334
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
commands:

```bash
(cd packages/connect-query && pnpm version 1.2.3)
(cd packages/protoc-gen-connect-query && pnpm version 1.2.3)
(cd packages/protoc-gen-connect-query-react && pnpm version 1.2.3)
pnpm --filter "./packages/*" exec pnpm version 1.2.3
pnpm run all
```

Expand All @@ -29,9 +27,7 @@
7. After approval, run the following commands to publish to npmjs.com:

```bash
(cd packages/connect-query && pnpm publish)
(cd packages/protoc-gen-connect-query && pnpm publish)
(cd packages/protoc-gen-connect-query-react && pnpm publish)
pnpm install && pnpm run all && pnpm --filter "./packages/*" publish
```

8. Merge your PR.
Expand Down

0 comments on commit 6fdf334

Please sign in to comment.