Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 727 Bytes

File metadata and controls

23 lines (14 loc) · 727 Bytes

Contributing

We are open to, and grateful for, any contributions made by the community. By contributing to this project, you agree to abide by the code of conduct.

Testing

Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing.

Developing

  • npm run test run test suite
  • npm run build build distribution package
  • npm version major | minor | patch prepare the code for release

Releasing

Releasing a new version is mostly automated. Versions should follow semantic versioning.

  • npm version major | minor | patch
  • git push --tags
  • git push