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
880 stars 325 forks source link

Generating release notes using Pull Request data source is not working #283

Open saroshaga opened 3 years ago

saroshaga commented 3 years ago

When I use "prs" data source in my .grenrc.js file, it recognizing the correct number of closed Pull Requests but does not actually pull any data from them. I get this on my release notes: No changelog for this release.

The same when ran with "commits" data source, works fine and lists all the commits that occured for that tag.

Am I missing something ?

bjhartin commented 3 years ago

@saroshaga I see the same, but if I specify the tag range like --tags=v1..v2 it works.

alexcanessa commented 3 years ago

So it seems like the problem is that gren is struggling to find the correct tags. What's the output on the terminal when you run it @saroshaga ?