-
Notifications
You must be signed in to change notification settings - Fork 839
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
Automate updates to CHANGELOG-old.md
#2732
Conversation
@alamb Here we go! |
Thanks @iajoiner |
|
||
# Historical Changelog | ||
' | cat - "${OUTPUT_PATH}" "${OLD_OUTPUT_PATH}" > "${OLD_OUTPUT_PATH}".tmp | ||
mv "${OLD_OUTPUT_PATH}".tmp "${OLD_OUTPUT_PATH}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we maybe also remove "${OLD_OUTPUT_PATH}".tmp
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 70 is a mv
so it is already gone.
@alamb I don’t think the random, likely transient error has anything to do with the PR. |
I agree -- the docs failure is unrelated #2733 |
Thanks @iajoiner -- I am going to merge this in and then test it while I make the release notes PR 🙏 thanks again |
Benchmark runs are scheduled for baseline = eb9b456 and contender = 5238789. 5238789 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
@alamb Yeah it is a Rust issue and I have filed it over there: rust-lang/rust#101869 |
Which issue does this PR close?
Closes #2726.
Rationale for this change
What changes are included in this PR?
Automated update to
CHANGELOG-old.md
Are there any user-facing changes?