docs(release list): fix typo

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-10-31 20:38:04 +00:00
parent 98389269b6
commit 9d2bea6308
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -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 {