diff --git a/README.md b/README.md index 1ddc5e3..f99620f 100755 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ function App(options: SomethingOptions) { ## Development + + This repo uses [pnpm workspaces](https://pnpm.io/workspaces). ```bash @@ -56,6 +58,12 @@ pnpm typecheck # typecheck all packages pnpm lint # lint all packages ``` + + ## Releases + + Releases are automated via [semantic-release](https://semantic-release.gitbook.io) on push to `main`. All packages are versioned and published in lockstep. See [CHANGELOG.md](CHANGELOG.md) for the release history. + +