Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 422 Bytes

RELEASE.md

File metadata and controls

18 lines (13 loc) · 422 Bytes

Cutting Releases

To cut a new release, first make sure the git working directory is clear and then ensure the full suite of tests are passing:

$ npm run test:ci

We use some preversion and postversion script hooks to automate git & npm pushing (and another round of testing), so to bump version and publish in one go:

$ npm version patch

Same goes for npm version minor and major, naturally.