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

Generator terminates unexpectedly #998

Open
kenjis opened this issue Nov 8, 2021 · 3 comments
Open

Generator terminates unexpectedly #998

kenjis opened this issue Nov 8, 2021 · 3 comments

Comments

@kenjis
Copy link

kenjis commented Nov 8, 2021

Describe the bug
The generator terminates unexpectedly.
No CHANGELOG.md is generated.

To Reproduce
Steps to reproduce the behavior:

$ docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator --user codeigniter4 --project codeigniter4 --since-tag v4.1.4 --future-release v4.1.5 --token *****
Using these options:
:date_format=>"%Y-%m-%d"
:output=>"CHANGELOG.md"
:base=>"HISTORY.md"
:issues=>true
:add_issues_wo_labels=>true
:add_pr_wo_labels=>true
:pulls=>true
:filter_issues_by_milestone=>true
:issues_of_open_milestones=>true
:author=>true
:unreleased=>true
:unreleased_label=>"Unreleased"
:compare_link=>true
:exclude_labels=>["duplicate", "question", "invalid", "wontfix", "Duplicate", "Question", "Invalid", "Wontfix", "Meta: Exclude From Changelog"]
:summary_labels=>["Release summary", "release-summary", "Summary", "summary"]
:breaking_labels=>["backwards-incompatible", "Backwards incompatible", "breaking"]
:enhancement_labels=>["enhancement", "Enhancement", "Type: Enhancement"]
:bug_labels=>["bug", "Bug", "Type: Bug"]
:deprecated_labels=>["deprecated", "Deprecated", "Type: Deprecated"]
:removed_labels=>["removed", "Removed", "Type: Removed"]
:security_labels=>["security", "Security", "Type: Security"]
:configure_sections=>{}
:add_sections=>{}
:issue_line_labels=>[]
:max_issues=>nil
:simple_list=>false
:ssl_ca_file=>nil
:verbose=>true
:header=>"# Changelog"
:merge_prefix=>"**Merged pull requests:**"
:issue_prefix=>"**Closed issues:**"
:summary_prefix=>""
:breaking_prefix=>"**Breaking changes:**"
:enhancement_prefix=>"**Implemented enhancements:**"
:bug_prefix=>"**Fixed bugs:**"
:deprecated_prefix=>"**Deprecated:**"
:removed_prefix=>"**Removed:**"
:security_prefix=>"**Security fixes:**"
:http_cache=>true
:require=>[]
:config_file=>".github_changelog_generator"
:user=>"codeigniter4"
:project=>"codeigniter4"
:since_tag=>"v4.1.4"
:future_release=>"v4.1.5"
:token=>"hidden value"

WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0.
While initializing your connection, use `#request(:authorization, ...)` instead.
See https://lostisland.github.io/faraday/middleware/authentication for more usage info.
Found 26 tags                                                          
Fetching tags dates: 26/26
Sorting tags...
Received issues: 5169
$

Expected behavior
CHANGELOG.md is generated.

Screenshots
Screenshot 2021-11-08 13 20 34

Screenshot 2021-11-08 13 20 55

Desktop (please complete the following information):

  • OS: [macOS 10.15.7]
  • Browser [n/a]
  • Version [1.16.4]
@jaapmarcus
Copy link

Can confirm have the same issue...

@lionslair
Copy link

Did you solve this?

@kenjis
Copy link
Author

kenjis commented Oct 9, 2023

No.

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