Skip to content
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 305 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 305 Bytes

Releasing

  1. Start release branch: git flow release start <release>
  2. Update package.json version.
  3. Update CHANGELOG.
  4. Finish release: git flow release finish <release>
  5. Push master and tags: git push origin --all; git push --tags
  6. Publish to npm: git checkout master && npm publish .