This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git
The following commit(s) were added to refs/heads/main by this push:
new e529f39 Fix links in release:announce:mail (#131)
e529f39 is described below
commit e529f3930851b48a1961bdc3f7d8d459793637ba
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Sep 15 06:13:04 2023 +0900
Fix links in release:announce:mail (#131)
Closes GH-128
---
Rakefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Rakefile b/Rakefile
index e7e5b81..779ed05 100644
--- a/Rakefile
+++ b/Rakefile
@@ -652,20 +652,20 @@ be filed on [GitHub][issues], and questions can be
directed to GitHub or
blog_path_date = Date.today.strftime("%Y/%m/%d")
puts(<<-MAIL)
To: [email protected], [email protected], [email protected]
-From: [email protected]
Subject: [ANNOUNCE] Apache Arrow Flight SQL adapter for PostgreSQL #{version}
released
+From: [email protected]
The Apache Arrow team is pleased to announce the #{version} release of
the Apache Arrow Flight SQL adapter for PostgreSQL.
The release is available now from our website:
- https://arrow.apache.org/flight-sql-postgresql/#{version}/install/
+ https://arrow.apache.org/flight-sql-postgresql/#{version}/install.html
Read about what's new in the release:
https://arrow.apache.org/blog/#{blog_path_date}/flight-sql-postgresql-#{version}-release/
Release note:
-
https://arrow.apache.org/flight-sql-postgresql/#{version}/release-note.html\#version-#{version.gsub(".",
"-")}
+
https://arrow.apache.org/flight-sql-postgresql/#{version}/release-notes.html\#version-#{version.gsub(".",
"-")}
What is Apache Arrow Flight SQL adapter for PostgreSQL?