-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When i try to generate a Changelog for a Tag that has more than 20 issues closed i just get 20 issues.
From the code i would say its the pagination from gitlab that limits the Request when fetching issues.
https://docs.gitlab.com/ee/api/README.html#pagination
if you add per_page=100
the limit would be increased to 100 issues which should be fine for most people
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working