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
When running vergo release -t appname you get the following error:
vergo release -t appname
Error: accepts 1 arg(s), received 0
which is not detailed and gives no figure out what is wrong.
It should read
vergo release required one arg of major|minor|patch|auto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the unexpected behaviour being reported?
When running
vergo release -t appname
you get the following error:which is not detailed and gives no figure out what is wrong.
What would be the expected behaviour?
It should read
The text was updated successfully, but these errors were encountered: