You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bump is used in the README to show how to release a version.
However when you run vergo --help it is not a valid command.
You need to run vergo release --help to see that is is actually an alias for release
What would be the expected behaviour?
The README should be updated to only use release and a section for all available command should be made
The text was updated successfully, but these errors were encountered:
What is the unexpected behaviour being reported?
bump
is used in the README to show how to release a version.However when you run
vergo --help
it is not a valid command.You need to run
vergo release --help
to see that is is actually an alias forrelease
What would be the expected behaviour?
The README should be updated to only use release and a section for all available command should be made
The text was updated successfully, but these errors were encountered: