We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is there a way to not increment the patch level while using {semvertag} if the last tag was already a pre-release?
{semvertag}
eg. while starting development on a v2.0.0 we might initially tag a pre-release as v2.0.0-alpha
v2.0.0-alpha
Though if we then make a commit on the develop branch the semvertag will change to v2.0.1-alpha-develop.1 rather than expected v2.0.0-alpha-develop.1
v2.0.1-alpha-develop.1
v2.0.0-alpha-develop.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is there a way to not increment the patch level while using
{semvertag}
if the last tag was already a pre-release?eg. while starting development on a v2.0.0 we might initially tag a pre-release as
v2.0.0-alpha
Though if we then make a commit on the develop branch the semvertag will change to
v2.0.1-alpha-develop.1
rather than expectedv2.0.0-alpha-develop.1
The text was updated successfully, but these errors were encountered: