Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
saroshaga opened this issue Oct 21, 2020 · 2 comments
Open

Comments

@saroshaga
Copy link

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
Copy link

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

@alexcanessa
Copy link
Member

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants