mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-05 20:17:13 +00:00
9c1005d92e
* docs: make the merge interval unit clear * fix: prevent merging remote changes with small intervals and improve commit message handling The changeMergeInterval config should only work for local changes. * docs: refine docs |
||
---|---|---|
.. | ||
config.json | ||
popular-ghosts-travel.md | ||
README.md | ||
rude-candles-jog.md | ||
tame-spies-attack.md |
Release new versions of loro-wasm and loro-crdt
- Run
pnpm changeset
in the root of the repository. The generated markdown files in the .changeset directory should be committed to the repository. - 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.
Release Manually
- Run
pnpm changeset
in the root of the repository. The generated markdown files in the .changeset directory should be committed to the repository. - Run
git cliff -u | pbcopy
to generate the changelog and copy it. Then edit the new changelog file. - Run
nr release-wasm
to build the WASM crate - Run
pnpm changeset version
to update the version info - Commit the changed files
- Run
pnpm changeset publish
to publish the packages to npm git push && git push --tags