Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork852
Closed
Description
Describe the bug
Experiencing issues after upgrading from1.15.2 ->1.16.x
Output: HISTORY.md196 /usr/local/bundle/gems/octokit-4.20.0/lib/octokit/client/issues.rb:30:in`list_issues': wrong number of arguments (given 3, expected 0..2) (ArgumentError)197 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/octo_fetcher.rb:415:in `block in iterate_pages'198 from /usr/local/bundle/gems/retriable-3.1.2/lib/retriable.rb:61:in`blockin retriable'199 from /usr/local/bundle/gems/retriable-3.1.2/lib/retriable.rb:56:in `times'200 from /usr/local/bundle/gems/retriable-3.1.2/lib/retriable.rb:56:in`retriable'201 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/octo_fetcher.rb:446:in `check_github_response'202 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/octo_fetcher.rb:415:in`iterate_pages'203 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/octo_fetcher.rb:164:in `fetch_closed_issues_and_pr'204 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/generator/generator.rb:144:in`fetch_issues_and_pr'205 from /usr/local/bundle/gems/github_changelog_generator-1.16.1/lib/github_changelog_generator/generator/generator.rb:55:in `block in compound_changelog'206 from /usr/local/bundle/gems/async-1.29.0/lib/async/task.rb:263:in`blockin make_fiber'207 Using these options:208 :date_format=>"%Y-%m-%d"209 :output=>"HISTORY.md"
To Reproduce
Steps to reproduce the behaviour:
github_changelog_generator -u my-org -p my-repo -t"my-token" --base"" --output="HISTORY.md"
Expected behavior
Running the command above doesn't result in any errors
Metadata
Metadata
Assignees
Labels
No labels