Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 160 Bytes

steps-to-release.md

File metadata and controls

6 lines (4 loc) · 160 Bytes

Creating Releases

Make sure that you're logged in to NPM in the terminal via npm login.

  1. npm run bump:version <major|minor|patch>
  2. npm run release