Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 375 Bytes

RELEASE.md

File metadata and controls

27 lines (19 loc) · 375 Bytes

Bump Version

  1. bump version of package.json > version that follow semantic versioning
  2. commit
git commit -m "bump version to x.x.x"
  1. create a git tag for this version
git tag x.x.x
  1. push the tag (GitHub Action will publish automatically)
git push origin x.x.x

Manual Publish to npm

npm login
npm publish --access public