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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The release process currently requires a version number be supplied in the format vX.X[.x]. The version required in BVS cannot have a leading v.
vX.X[.x]
v
The ideal solution will be to change the release process to expect a version number in the format X.X[.X] and prefix with 'v' where appropriate.
X.X[.X]
The text was updated successfully, but these errors were encountered:
a08f072
Check if configured DV plugin version is unsupported (#35)
56d9e3b
Also updates the release process to expect a version without 'v' prefix. Fixes #27 Fixes #34
Successfully merging a pull request may close this issue.
The release process currently requires a version number be supplied in the format
vX.X[.x]
. The version required in BVS cannot have a leadingv
.The ideal solution will be to change the release process to expect a version number in the format
X.X[.X]
and prefix with 'v' where appropriate.The text was updated successfully, but these errors were encountered: