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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 218d9f5  chore: Fix typo in post-release instructions for announce 
email (#158)
218d9f5 is described below

commit 218d9f544a1fe6945635827b01dbc7b7ed2eb3d8
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Mar 9 16:38:58 2023 -0400

    chore: Fix typo in post-release instructions for announce email (#158)
---
 dev/release/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index 4c09df3..e3cfb4b 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -325,12 +325,14 @@ After a passing release vote, the following tasks must be 
completed:
 Template for the email to [email protected]:
 
 ```
+[ANNOUNCE] Apache Arrow nanoarrow 0.1.0 Released
+
 The Apache Arrow community is pleased to announce the 0.1.0 release of Apache 
Arrow nanoarrow. This initial release covers 31 resolved issues from 6 
contributors[1].
 
 The release is available now from [2].
 
 Release notes are available at:
-https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.2.0/CHANGELOG.md
+https://github.com/apache/arrow-nanoarrow/blob/apache-arrow-nanoarrow-0.1.0/CHANGELOG.md
 
 What is Apache Arrow?
 ---------------------
@@ -339,7 +341,7 @@ Apache Arrow is a columnar in-memory analytics layer 
designed to accelerate big
 What is Apache Arrow nanoarrow?
 --------------------------
 Apache Arrow nanoarrow is a small C library for building and interpreting 
Arrow C Data interface structures with bindings for users of the R programming 
language. The vision of nanoarrow is that it should be trivial for a library or 
application to implement an Arrow-based interface. The library provides helpers 
to create types, schemas, and metadata, an API for building arrays element-wise,
-and an API to extract elements element-wise from an array. For a more detail 
description of the features nanoarrow provides and motivation for its 
development, see [3].
+and an API to extract elements element-wise from an array. For a more detailed 
description of the features nanoarrow provides and motivation for its 
development, see [3].
 
 Please report any feedback to the mailing lists ([4], [5]).
 
@@ -348,7 +350,7 @@ The Apache Arrow Community
 
 [1]: 
https://github.com/apache/arrow-nanoarrow/issues?q=is%3Aissue+milestone%3A%22nanoarrow+0.1.0%22+is%3Aclosed
 [2]: https://www.apache.org/dyn/closer.cgi/arrow/apache-arrow-nanoarrow-0.1.0
-[3]: https://arrow.apache.org/blog/2023/03/01/nanoarrow-0.1.0-release/
+[3]: https://github.com/apache/arrow-nanoarrow
 [4]: https://lists.apache.org/[email protected]
 [5]: https://lists.apache.org/[email protected]
 ```

Reply via email to