Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 163 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 163 Bytes

Contributing to this plugin development

Releasing for maintainers

git commit
npm version patch|minor|major
npm publish
git push origin master --tags