Skip to content
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

Add support for releases and uploading files to releases #185

Open
giordano opened this issue Apr 29, 2021 · 2 comments
Open

Add support for releases and uploading files to releases #185

giordano opened this issue Apr 29, 2021 · 2 comments

Comments

@giordano
Copy link
Contributor

Documentation: https://docs.github.com/en/rest/reference/repos#releases

@fingolfin
Copy link

There are some 4 year old stubs at https://github.com/JuliaWeb/GitHub.jl/blob/master/src/releases/releases.jl (strictly speaking, "releases" should be under "repositories", if one wanted to match the structures of the sources of this package to the structure of the API; not sure if that's a goal here or not, though).

The "hard" part is uploading files to a new release, though, and that's not there AFAICT.

@aviks
Copy link
Member

aviks commented Jan 8, 2022

I'd love for this functionality to be available in this package. At least the ability to fetch releases and their artifacts.

Edit: releases(repository) works, though it doesn't seem to be documented. So fetching already works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants