-
Notifications
You must be signed in to change notification settings - Fork 43
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
chloggen prints all output to stdout by default #611
Comments
I will provide a small fix for this |
@mx-psi is this worth a release? I feel it affects many things and should probably be updated rather sooner than later |
@mx-psi I would support doing a release for this. Could you create the prep PR following these steps: https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/main/RELEASING.md ? I can approve and deal with the tagging once it is merged |
sure, i'll do the prep work :) |
i'll assume it's 0.15.0 since there basically never was a patch version bump in recent releases :) |
0.15.0 works for me |
While doing some debugging, I noticed that chloggen outputs to stdout by default.
That has a few issues in the repos that use this tool, e.g. the opentelemetry-collector repos where the output is redirected to file which doesn't work as it should.
Example:
This will result in
stdout.md
being empty andstderr.md
having the changelog dry run content.The text was updated successfully, but these errors were encountered: