Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 229 Bytes

Release.md

File metadata and controls

9 lines (8 loc) · 229 Bytes

RELEASE

  1. Update version in package.json
  2. Commit "Version x.y.z"
  3. Tag with git tag -a v1.14.0 -m "Version 1.14.0
  4. Push with git push
  5. Push tags with git push --tags
  6. Update links in README.md
  7. npm publish