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.
Shall we maybe also remove "${OLD_OUTPUT_PATH}".tmp?
There was a problem hiding this comment.
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.mdAre there any user-facing changes?