filter by drafts in the check
step
The user now opts-in to getting final or draft releases. Default behaviour is final releases. NOTE: There is also strict filtering on only allowing semver supported tags. Signed-off-by: David Jahn <david.a.jahn@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ type Source struct {
|
||||
|
||||
GitHubAPIURL string `json:"github_api_url"`
|
||||
AccessToken string `json:"access_token"`
|
||||
Drafts bool `json:"drafts"`
|
||||
}
|
||||
|
||||
type CheckRequest struct {
|
||||
@@ -51,7 +52,8 @@ type OutResponse struct {
|
||||
}
|
||||
|
||||
type Version struct {
|
||||
Tag string `json:"tag"`
|
||||
Tag string `json:"tag,omitempty"`
|
||||
ID string `json:"id,omitempty"`
|
||||
}
|
||||
|
||||
type MetadataPair struct {
|
||||
|
Reference in New Issue
Block a user