Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 262 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 262 Bytes

Contributing to stub-image

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.