Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 540 Bytes

RELEASING.md

File metadata and controls

9 lines (5 loc) · 540 Bytes

RELEASING

We automatically publish Github tagged releases from our CI to NPM.

We use np to prepare a release.

np will be automatically installed by running yarn, and you can run it with yarn run np. You can pass flags to it just as you would with np, e.g. you can run yarn np minor.

If you run np directly, take care to use the --no-publish flag. This ensures that we don't directly publish to NPM from a local dev machine.