Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 622 Bytes

File metadata and controls

14 lines (9 loc) · 622 Bytes

Release

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:

  1. fix: to trigger a patch release,
  2. feat: to trigger minor, or
  3. Use <type>!: or the BREAKING 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.