Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

RELEASING.md

File metadata and controls

20 lines (14 loc) · 381 Bytes

Releasing Core

  1. Run lerna to bump and publish on npm
npm login # if you aren't already logged in
lerna publish --git-remote github

This will automatically:

  • bump the versions
  • git commit and push the tags
  • push to npm

Releasing a Canary

lerna publish --canary --preid treesitter --dist-tag treesitter --git-remote github --force-publish