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

Support Explicitly Set the Latest Release #268

Closed
zhongfly opened this issue Oct 22, 2022 · 1 comment · Fixed by #283
Closed

Support Explicitly Set the Latest Release #268

zhongfly opened this issue Oct 22, 2022 · 1 comment · Fixed by #283

Comments

@zhongfly
Copy link

zhongfly commented Oct 22, 2022

Is your feature request related to a problem? Please describe.
Explicitly set the release is the latest.
Refer https://github.blog/changelog/2022-10-21-explicitly-set-the-latest-release/

Previously, a repository's latest release was the one created on the most recent date. In the event that multiple releases had the same date, the semantic version number broke the tie.

Describe the solution you'd like
add a option like setAsLatest, default to true

Additional context
Maybe need to wait rest api doc update

@zhongfly
Copy link
Author

zhongfly commented Nov 26, 2022

https://docs.github.com/en/rest/releases/releases#create-a-release
https://docs.github.com/en/rest/releases/releases#update-a-release
image

Now we can do this by rest api @ncipollo

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

Successfully merging a pull request may close this issue.

1 participant