Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 494 Bytes

DEVELOPMENT.md

File metadata and controls

16 lines (10 loc) · 494 Bytes

Developer guide

Setup

Use the latest version of Node.js and npm.

  1. Check out the code from the remote repository.
  2. Run npm install-ci-test (or npm cit).

Release

  1. Update CHANGELOG.md to set the next version and commit the change with a message like Prepare x.y.z.
  2. Run npm version <next_version>.
  3. Run git push --follow-tags.

Then, the release workflow will automatically run and a new release will be created.