mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
[feat]: Support make_latest for create and update release endpoints
This commit is contained in:
committed by
GitHub
parent
bbcd33d96e
commit
729f261ecb
@@ -0,0 +1,14 @@
|
||||
using Octokit.Internal;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
public enum MakeLatestQualifier
|
||||
{
|
||||
[Parameter(Value = "true")]
|
||||
True = 1,
|
||||
[Parameter(Value = "false")]
|
||||
False = 2,
|
||||
[Parameter(Value = "legacy")]
|
||||
Legacy = 3,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user