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 0493e33  Fix release:rc:vote problems (#127)
0493e33 is described below

commit 0493e334ce1b3242319f3b906fafe8f9243e736d
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Sep 13 15:36:15 2023 +0900

    Fix release:rc:vote problems (#127)
    
    Closes GH-112
    
    * `${version}` in `Subject` isn't substituted
    * There are some wording mistakes
---
 Rakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Rakefile b/Rakefile
index c1c6db3..e7e5b81 100644
--- a/Rakefile
+++ b/Rakefile
@@ -457,7 +457,7 @@ namespace :release do
       commit = git_last_commit(rc_tag)
       puts(<<-MAIL)
 To: [email protected]
-Subject: [VOTE] Release Apache Arrow Flight SQL adapter for PostgreSQL 
${version} - RC#{rc}
+Subject: [VOTE] Release Apache Arrow Flight SQL adapter for PostgreSQL 
#{version} - RC#{rc}
 
 Hi,
 
@@ -466,7 +466,7 @@ Apache Arrow Flight SQL adapter for PostgreSQL version 
#{version}.
 
 This release candidate is based on commit: #{commit} [1]
 
-The source release rc#{rc} and changelog is hosted at [2].
+The source release RC#{rc} and release note are hosted at [2].
 The binary artifacts are hosted at [3][4].
 
 Please download, verify checksums and signatures, build and run,

Reply via email to