Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 390 Bytes

PUBLISHING.md

File metadata and controls

15 lines (12 loc) · 390 Bytes

publish version checklist

prepare release

  • update CHANGELOG
  • update version (npm run 'version:minor')
  • push develop

publish

  • merge into 'releases' and push

    • this auto publishes to npmjs
  • create a release in Github based on the tag