Skip to content

Commit

Permalink
Merge pull request #17 from PRODYNA/16-more-history-data
Browse files Browse the repository at this point in the history
Read 20 entries (was 10)
  • Loading branch information
dkrizic authored Jul 5, 2024
2 parents e3a15f8 + 5196b37 commit 7b6d643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (clg *ChangelogGenerator) Generate(ctx context.Context) (changelog *output.
} `graphql:"associatedPullRequests(first: 99)"`
}
}
} `graphql:"releases(first: 10)"`
} `graphql:"releases(first: 20)"`
} `graphql:"repository(name: $repository)"`
} `graphql:"organization(login: $organization)"`
}
Expand Down

0 comments on commit 7b6d643

Please sign in to comment.