-
-
Notifications
You must be signed in to change notification settings - Fork 849
`gsub!': can't modify frozen String (FrozenError) causing changelog generator exiting with error code 1 #977
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
Comments
Yes, this is a bug, but MAYBE you can work around it by disabling the --enable-frozen-string-literal option, perhaps by:
|
Thanks for the suggestion! I tried setting it both inline with the
I'll keep working and push up a PR if I figure it out |
The issue only appears if you set |
@kian2attari This issue is a defect that GitHub Changelog Generator expects strings to be mutable, when they may be immutable, in its own code. There were issues in dependent gems, too, but this project has a few of these problems. |
add github token on each call, as it seems env var is not automatically used anymore. temporary disable `unrelease-only` on acceptance test due to github-changelog-generator/github-changelog-generator#977
add github token on each call, as it seems env var is not automatically used anymore. temporary disable `unrelease-only` on acceptance test due to github-changelog-generator/github-changelog-generator#977
For me, this happened with My stacktrace was:
|
Describe the bug
Recent runs of the action have suddenly started failing with the following error:
For reference, here is the error text:
This is my partial config file, it was working perfectly
To Reproduce
Steps to reproduce the behavior:
This is currently happening on a private repo but I'll update this once I have a test repo running with the issue
The text was updated successfully, but these errors were encountered: