Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 425 Bytes

RELEASING.md

File metadata and controls

8 lines (8 loc) · 425 Bytes
  1. Merge your branch into master
  2. Run npm version [version] which will do the following:
  • write new version to package.json
  • create a new commit with a commit message matching the version number
  • create a new tag matching the version number
  1. Push the new commit and tags to master with git push origin master --tags
  2. Create a release on Github. Include a change log in the description
  3. Deploy via Shipit