Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 276 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 276 Bytes

Releasing

  • Bump version numbers in package.json and plugin.xml
  • git commit -a to commit outstanding changes
  • git tag -s x.y.z -m 'Release x.y.z.' to create release tag
  • git push && git push --tags to push changes
  • npm publish to publish NPM package