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
The RELEASE.md instructions should use gh release to manage the release.
gh release
For example, instead of going to the UI to upload the artifacts, we could do something like
$ gh release -R github.com/cortexproject/cortex upload v1.19.0-rc.1 sbom.tar.gz sbom.tar.gz.asc Successfully uploaded 2 assets to v1.19.0-rc.1
to upload the artifacts programmatically.
More info: https://cli.github.com/manual/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The RELEASE.md instructions should use
gh release
to manage the release.For example, instead of going to the UI to upload the artifacts, we could do something like
to upload the artifacts programmatically.
More info: https://cli.github.com/manual/
The text was updated successfully, but these errors were encountered: