Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 577 Bytes

DEPLOYING.md

File metadata and controls

11 lines (10 loc) · 577 Bytes

Deploying JS Buy SDK

  1. Merge your branch into master
  2. Run npm version [patch|minor|major] which will do the following:
  • write new version to package.json
  • create a 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. Run npm publish to update the package on npm
  3. Create a release on Github. Include changelog in description
  4. Deploy built scripts to s3 via shipit