github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
883 stars 324 forks source link

Not all issues from a milestone are added to the CHANGELOG file #196

Open Hatko opened 5 years ago

Hatko commented 5 years ago

We have 22 issues in the current milestone. When I run gren changelog --override it includes only the first 20 of them. Is there some logic behind this? What can be a reason for it?

alexcanessa commented 5 years ago

@Hatko I can check if there is some sort of pagination in the APIs that I'm missing.

Hatko commented 5 years ago

@alexcanessa I tried to find some logic behind the choosing added / non-added issues, but they just seem to be the last two from the list

jonnylangefeld commented 5 years ago

I actually think there is a pagination. I can't get a long list of issues between to tags in either the changelog file or the release.