Skip to content

Commit

Permalink
fix(releases): show latest release instead of first ever release
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Aug 19, 2024
1 parent b3a152e commit 6d7bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var repoQuery struct {
Stargazers struct {
TotalCount githubv4.Int
}
Releases qlReleases `graphql:"releases(last: 1)"`
Releases qlReleases `graphql:"releases(first: 1)"`
} `graphql:"repository(owner:$owner, name:$name)"`
}

Expand Down

0 comments on commit 6d7bf63

Please # to comment.