Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 501 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 501 Bytes

Release Process

  1. pnpm install [email protected] --save - Updates the editor dependency and lock-file to the specific version
  2. pnpm version x.y.z - Updates the version in package.json and tags in git
  3. git push origin master --follow-tags - Pushes any changes and the new version tag up to Github
  4. Update the new tag on the Github Releases page
  5. TBD - Update Docs
  6. pnpm publish - Release the new version to the world!