Description
Hey all,
I'm trying to run gren release against two specific tags and get the following error :
Getting all closed Pull RequestsTypeError: Cannot read property '1' of undefined
I think that this is happens because my repository have plenty of tags, and gren doesn't use paging when request tags from github api.
stacktrace:
at Gren._callee11$ (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\dist\Gren.js:1189:83)
at tryCatch (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\regenerator-runtime\runtime.js:62:40)
at Generator.invoke [as _invoke] (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\regenerator-runtime\runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\regenerator-runtime\runtime.js:114:21)
at step (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\babel-runtime\helpers\asyncToGenerator.js:17:30)
at C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\babel-runtime\helpers\asyncToGenerator.js:35:14
at new Promise ()
at new F (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\core-js\library\modules_export.js:35:28)
at Gren. (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\node_modules\babel-runtime\helpers\asyncToGenerator.js:14:12)
at Gren._getClosedIssues (C:\Users\dan\AppData\Roaming\nvm\v8.9.3\node_modules\github-release-notes\dist\Gren.js:1210:31)`