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
I'd like to allow specific users to optionally update to a pre-release in order to give them bleeding-edge updates. My use case is something like:
cmd update
cmd update --pre-release
The text was updated successfully, but these errors were encountered:
Allow updating to draft and pre-release
d0ded4f
New fields are added to update to draft and pre-release versions. Fixes rhysd#14
Successfully merging a pull request may close this issue.
I'd like to allow specific users to optionally update to a pre-release in order to give them bleeding-edge updates. My use case is something like:
cmd update
: updates to latest releasecmd update --pre-release
: updates to latest release OR pre-releaseThe text was updated successfully, but these errors were encountered: