This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 626af07  Remove extra quote in release instructions (#804)
626af07 is described below

commit 626af07118fed66b8fe04168236978c21413509f
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Sep 26 07:10:58 2021 -0400

    Remove extra quote in release instructions (#804)
---
 dev/release/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index 6899b0c..ef379a5 100644
--- a/dev/release/README.md
+++ b/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'
 ```
 
 # Mechanics of creating a release

Reply via email to