Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 223 Bytes

publishing.md

File metadata and controls

10 lines (9 loc) · 223 Bytes

Pushing a new version

  1. First, you must be authorized on npmjs.com
  2. Update the version in package.json
  3. Update the changelog
  4. Commit
  5. git push
  6. npm publish
  7. git tag X.Y.Z
  8. git push origin X.Y.Z