Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 264 Bytes

File metadata and controls

15 lines (13 loc) · 264 Bytes

Contributing to 0003-product

Release preparation

  1. Bump version in the package.json.
  2. Write changelog to CHANGELOG.md.
  3. Build package:
    npm run build
  4. Publish package:
    cd package && npm publish
  5. Enjoy.