github-release-notes icon indicating copy to clipboard operation
github-release-notes copied to clipboard

Generating release notes using Pull Request data source is not working

Open saroshaga opened this issue 5 years ago • 2 comments

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 ?

saroshaga avatar Oct 21 '20 10:10 saroshaga

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

bjhartin avatar Jan 20 '21 23:01 bjhartin

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 ?

alexcanessa avatar Mar 25 '21 10:03 alexcanessa