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

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


The following commit(s) were added to refs/heads/main by this push:
     new b0bbbc0a9 chore(dev/release): tweak blog post template (#2324)
b0bbbc0a9 is described below

commit b0bbbc0a95bb7d7ee9e54aacad9f24cfbe05b715
Author: David Li <[email protected]>
AuthorDate: Wed Nov 13 02:21:50 2024 -0500

    chore(dev/release): tweak blog post template (#2324)
    
    As suggested at https://github.com/apache/arrow-site/pull/557.
---
 dev/release/post-12-website.sh | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev/release/post-12-website.sh b/dev/release/post-12-website.sh
index 63d5c99f4..950ac46f4 100755
--- a/dev/release/post-12-website.sh
+++ b/dev/release/post-12-website.sh
@@ -66,13 +66,13 @@ limitations under the License.
 {% endcomment %}
 -->
 
-The Apache Arrow team is pleased to announce the ${RELEASE} release of
-the Apache Arrow ADBC libraries. This covers includes [**${RESOLVED_ISSUES}
+The Apache Arrow team is pleased to announce the version ${RELEASE} release of
+the Apache Arrow ADBC libraries. This release includes [**${RESOLVED_ISSUES}
 resolved issues**][1] from [**${contributors} distinct contributors**][2].
 
-This is a release of the **libraries**, which are at version
-${RELEASE}.  The **API specification** is versioned separately and is
-at version ${spec_version}.
+This is a release of the **libraries**, which are at version ${RELEASE}.  The
+[**API specification**][specification] is versioned separately and is at
+version ${spec_version}.
 
 The subcomponents are versioned independently:
 
@@ -112,6 +112,7 @@ or the [Arrow mailing lists][5].
 [3]: 
https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-${RELEASE}/CHANGELOG.md
 [4]: https://github.com/apache/arrow-adbc/issues
 [5]: {% link community.md %}
+[specification]: 
https://arrow.apache.org/adbc/${RELEASE}/format/specification.html
 EOF
 
 }

Reply via email to