Releases are managed by GitHub Actions. There is an action called Release which can be manually triggered. On that page, you can select "Run workflow" and set the type of release, either "patch", "minor" or "major". We conform to SemVer so if there have only been bug fixes, use "patch", and if there have been new features use "minor".