-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
Integrate with github commandline tool for release creation #230
Comments
Is #201 a pre-req? It seems like that should be the responsibility of the user's CI to update the release with the artifacts. Most people can't create all artifacts from the one machine doing |
@epage right, I think it's an optional one. Most binaries are platform dependent so the workflow should be using gh release upload to upload them individually. I just changed prerequisites to related topics to clarify. |
I would love this functionality even without any binary artifact handling. |
For those interested, for now I've taken to creating the release, with notes, via Github Actions |
@epage Thanks for sharing! |
Decided to handle this by documenting it in the FAQ |
The github command line tool provides a
release
command to create a github release. It would be nice if you optionally support it in our process.Related topics:
The text was updated successfully, but these errors were encountered: