We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
when I use $ gem install github_changelog_generator the code is quite outdated.
$ gem install github_changelog_generator
Could we publish the latest code to gem so that we could install the latest code from here?
Thanks!
The text was updated successfully, but these errors were encountered:
@huan You can at least use the pre-release version v1.15.0 which has a lot of bug fixes
v1.15.0
gem install github_changelog_generator --pre
Sorry, something went wrong.
Tracking this in #728
I have to modify the lib/github_changelog_generator/octo_fetcher.rb with MAX_THREAD_NUMBER = 10 to include the #661 fix by hand now.
lib/github_changelog_generator/octo_fetcher.rb
MAX_THREAD_NUMBER = 10
No branches or pull requests
when I use
$ gem install github_changelog_generator
the code is quite outdated.Could we publish the latest code to gem so that we could install the latest code from here?
Thanks!
The text was updated successfully, but these errors were encountered: