Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 521 Bytes

RELEASE.md

File metadata and controls

22 lines (15 loc) · 521 Bytes

Publishing to NPM

This repo has a Github action in place which publish @valencyhq/valency 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