This project uses semantic-release with conventional commits to trigger releases.
To trigger a release in this project, merge a commit to main prefixed with:
fix:to trigger a patch release,feat:to trigger minor, or- Use
<type>!:or theBREAKING CHANGES: <change>footer to trigger major
Pre-releases can be made by pushing to an rc/* branch.
For more details, see the Semantic Release documentation.