loro/.changeset/README.md

7 lines
457 B
Markdown
Raw Normal View History

# Release new versions of loro-wasm and loro-crdt
2023-12-05 05:38:09 +00:00
2023-12-05 05:57:24 +00:00
- Run `pnpm changeset` in the root of the repository. The generated markdown files in the .changeset directory should be committed to the repository.
2024-04-04 18:25:25 +00:00
- Run `git cliff -u | pbcopy` to generate the changelog and copy it. Then edit the new changelog file.
- Create PR and merge into main. The GitHub Action will create another PR that once be merged new versions of specified npm packages will be published.