github-release-notes
github-release-notes copied to clipboard
Generating release notes using Pull Request data source is not working
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 I see the same, but if I specify the tag range like --tags=v1..v2 it works.
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 ?