Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 946 Bytes

Contibuting

FAQ

How to update Hypertrack SDK Version and make a release?

  1. Update SDK version constant

  2. Update wrapper version

  3. Update CHANGELOG

  4. Update the README badge

  5. Do the release dry run with just release and verify that the release is correct (checklist is in the command output)

  6. Commit and merge to master

  7. Create and push a new version tag

  8. Create a Github repo release

    • Release title should be the current version tag
  9. Run npm publish to publish the package to npm