Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.04 KB

deploy-new-version.md

File metadata and controls

31 lines (24 loc) · 1.04 KB

Deploy a new version

Checklist

  • Merge all changes into dev branch
  • Make sure all the npm test pass
  • Make sure all examples work
  • Make sure the API and docs are up-to-date
  • Bump version in package.json
  • Merge to master branch
  • Tag with version
  • Write release notes
  • Run npm postpublish
  • Upload the zip and release note on GitHub release
  • Run npm publish to publish on npm

As a result:

Git branch naming

  • master branch that reflects the latest version
  • dev branch which is the current development branch
  • mode-XXX for new modes or mode updates
  • fix-XXX for hot fixes
  • example-XXX for new examples
  • clean-XXX for cleanups
  • gh-pages contains all the examples and node_modules files