loro/.changeset/README.md

9 lines
649 B
Markdown
Raw Normal View History

2023-12-05 05:57:24 +00:00
# Release a new version of loro-wasm and loro-crdt
2023-12-05 05:38:09 +00:00
2023-12-05 05:57:24 +00:00
- Run `deno task release-wasm` to build the WASM
- Run `pnpm changeset` in the root of the repository. The generated markdown files in the .changeset directory should be committed to the repository.
- Run `pnpm changeset version`. This will bump the versions of the packages previously specified with pnpm changeset (and any dependents of those) and update the changelog files.
- Run `pnpm install`. This will update the lockfile and rebuild packages.
- Commit the changes.
- Run `pnpm publish -r`. This command will publish all packages that have bumped versions not yet present in the registry.