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
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=100the limit would be increased to 100 issues which should be fine for most people