Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 577 Bytes

RELEASE-INSTRUCTIONS.md

File metadata and controls

executable file
·
12 lines (10 loc) · 577 Bytes

Repository Release Instructions

This document captures the steps a project maintainer should follow when releasing a new version of this project.

  • Merge all desired pull requests into master branch
  • Run these commands:
    • npm version x.x.x, where x.x.x is the Semantic Version of the changeset
    • Add entries to CHANGELOG.MD file and commit them
    • git push origin master
    • git push origin --tags
    • npm publish --registry http://registry.npmjs.org/
      • Note: --registry flag is workaround for occasional issues with default SSL url