docs(release list): fix typo
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
98389269b6
commit
9d2bea6308
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func fetchReleases(httpClient *http.Client, repo ghrepo.Interface, limit int, ex
|
|||
// near future.
|
||||
//
|
||||
// Note 2: We couldn't use GraphQL directives like `@include(condition)` or
|
||||
// `@skip`(condition) here because if the field doesn't exist on the schema
|
||||
// `@skip(condition)` here because if the field doesn't exist on the schema
|
||||
// then the whole query would still fail regardless of the condition being
|
||||
// met or not.
|
||||
if !releaseFeatures.ImmutableReleases {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue