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