Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 223 Bytes

RELEASE.md

File metadata and controls

9 lines (7 loc) · 223 Bytes

Release Checklist

Make sure you have npm + git credentials set up.

  • Make changes and/or merge PRs.
  • git checkout master
  • git pull
  • npm version [ major | minor | patch ]
  • npm run publish