Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 201 Bytes

DEVELOP.md

File metadata and controls

10 lines (9 loc) · 201 Bytes

Release a New Version

pnpm release
# select the new version, commit changes
# if it is not a pre-release, try also tag the commit
pnpm cleanup
pnpm build
pnpm publish -r [--tag canary]