You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/08/12 18:44:35 UTC

[arrow-rs] branch alamb-patch-1 created (now d3c8e1c)

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

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


      at d3c8e1c  Update dev README with fancier regular expression

This branch includes the following new commits:

     new d3c8e1c  Update dev README with fancier regular expression

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[arrow-rs] 01/01: Update dev README with fancier regular expression

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d3c8e1cdece93261637795260660946e5b16024a
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Thu Aug 12 14:44:30 2021 -0400

    Update dev README with fancier regular expression
    
    I am trying to incrementally improve the release notes
---
 dev/release/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index c18dae8..3822d2b 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -77,6 +77,11 @@ To generate a bare bones CHANGELOG for maintenance releases, you can use a comma
 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] |'
+```
+
 # Mechanics of creating a release
 
 ## Prepare the release branch and tags