Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 453 Bytes

PUBLISHING.md

File metadata and controls

15 lines (13 loc) · 453 Bytes

publish version checklist

prepare release

  • update version (npm run 'version:minor')
  • this updates the version in package.js
  • this creates a version tag
  • push develop

publish

  • merge into 'releases' and push (still needed?)
  • create a release in Github based on the tag
  • this auto publishes to npmjs