alamb commented on a change in pull request #804: URL: https://github.com/apache/arrow-rs/pull/804#discussion_r715723391
########## File path: dev/release/README.md ########## @@ -80,7 +80,7 @@ git log --pretty=oneline 5.0.0..apache/active_release This command will make markdown links that work when rendered outside of github: ```shell -git log --pretty=oneline 5.1.0..apache/active_release | sed -e 's|\(^[0-9a-f]*\) |* [\1](https://github.com/apache/arrow-rs/commit/\1) |' | sed -e 's|#\([0-9]*\)|[#\1](https://github.com/apache/arrow-rs/pull/\1)|g'' +git log --pretty=oneline 5.1.0..apache/active_release | sed -e 's|\(^[0-9a-f]*\) |* [\1](https://github.com/apache/arrow-rs/commit/\1) |' | sed -e 's|#\([0-9]*\)|[#\1](https://github.com/apache/arrow-rs/pull/\1)|g' Review comment: the extra quote prevented me copy/pasting :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
