Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 389 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (12 loc) · 389 Bytes

Release Procedure

  • git switch master && git pull
  • npm version [major|minor|patch]
    • This generates a new tag.
  • git push origin master
  • git push origin [version]
  • npm login
  • npm publish --dry-run
  • npm publish
  • npm logout
  • Create a release in Github.