When you're ready to release a new vesrion of @coralproject/coral-cli-command,
you can do the following:
- Run
npm version --no-git-tag-version (major|minor|patch)to update the version number in package files. - Push the changes to a new branch, and submit a PR against
main. - Once the changes have been approved, and all the code you want to deploy for
the version is in
main, create a release with the version number:v0.4.0(Note that thevprefix is required)
GitHub Actions will run your tests and release the new version for you.