Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 209 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 209 Bytes

Releasing

  • Bump version in package.json and plugin.xml
  • Run npm install to update package-lock.json
  • Commit changes
  • Tag release: git tag x.y.z -m "Release x.y.z."
  • Run git push && git push --tags