Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 231 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 231 Bytes

Deploying

  1. Generate release notes:
    git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h %s"
  2. Bump version in package.json
  3. Create new release in GitHub
  4. npm whoami
  5. npm publish