Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 686 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 686 Bytes

Releasing

Before releasing a new version, please follow these points:

Publishing

Publishing is currently performed locally by maintainers. Run the following commands to bump package.json version and release to npm.

  • npm run version [patch|minor|major]
  • npm publish