wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.25k stars 86 forks source link

fix: v4 semantic release versioning #345

Closed MrDynamo closed 4 months ago

MrDynamo commented 4 months ago

Semantic Release plugin information

Formats:

Release: 'x.y.z' Beta: 'x.y.z-beta-v'

Master branch:

Any commits including a 'BREAKING CHANGE' footer will increment 'x'. Any commits including a 'feat:' commit will increment 'y'. Any commits including a 'fix:' commit will increment 'z'.

Beta branch:

Any commit on this branch increment 'v'. The semver tag will be incremented based on the first commit since the last beta release.

Flow:

A PR merged from 'develop' to 'beta' branch will release a new beta tag, incrementing v. A PR merged from 'beta' to 'master' branch will release a new release tag.


https://github.com/semantic-release/semantic-release https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/release-workflow/README.md

MrDynamo commented 4 months ago

This PR commit also includes a 'BREAKING CHANGE' footer to bump the major version to 4.x.x

wizarr-sentry[bot] commented 4 months ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: