XAMPPRocky/octocrab

Add support for `latest` in the `UpdateReleaseBuilder`

Closed this issue · 1 comments

As part of the GitHub API, there is a make_latest field that allows marking an existing as Latest. I think this would be useful for the builder to support

pub struct UpdateReleaseBuilder<'octo, 'repos, 'handler, 'tag_name, 'target_commitish, 'name, 'body>

Let me know if you have concerns, I would be happy to open a PR.

Thank you for your issue! Feel free to make a PR adding it 🙂