-
Notifications
You must be signed in to change notification settings - Fork 324
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
Gren fails when used on first release #255
Comments
Good catch, thanks |
When can we expect this to be released ? I'm hoping to use this in some of our pipelines and having same issue. |
@brettcurtis the release that includes this should be rolled out on Monday. I'll keep you posted on this issue. |
@brettcurtis release done https://github.com/github-tools/github-release-notes/releases/tag/0.17.2 Please let me know if it's all fixed :) |
Hmm, still failing - it's highly possible I'm doing something wrong:
I can get it to run when I add the tag:
|
🤦 my bad. Please check 0.17.3 |
Looks good thanks! |
I guess the issue can be closed now. |
Hi.
I ran into an issue when using gren for the very first release.
It will crash due to undefined being inside the selectedTags array.
github-release-notes/lib/src/Gren.js
Line 1132 in 617cb77
This is due to releaseDates only containing one item in these lines:
github-release-notes/lib/src/Gren.js
Lines 1129 to 1130 in 617cb77
and trying to retrieve two which leads to selectedTags to contain an undefined as second element which will cause an
in line 1132 as referenced above.
The text was updated successfully, but these errors were encountered: