Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 488 Bytes

RELEASE.md

File metadata and controls

19 lines (11 loc) · 488 Bytes

Publishing to NPM This repo has a Github action in place which publish @valencyhq/react package to NPM once the new package version is greater than the previous.

If you're releasing you'll need to setup release, run the command below:

$ yarn release:setup To release run the command below:

For a patch release i.e 0.0.1 -> 0.0.2

$ yarn release:patch

For a minor release i.e 0.0.1 -> 0.1.0

$ yarn release:minor

For a major release i.e 0.0.1 -> 1.0.0

$ yarn release:minor