[ 
https://issues.apache.org/jira/browse/ARROW-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395544#comment-16395544
 ] 

ASF GitHub Bot commented on ARROW-2293:
---------------------------------------

wesm commented on a change in pull request #1738: ARROW-2293: [JS] Print 
release vote e-mail template when making source release
URL: https://github.com/apache/arrow/pull/1738#discussion_r173878832
 
 

 ##########
 File path: dev/release/js-source-release.sh
 ##########
 @@ -100,3 +142,61 @@ echo "Success! The release candidate is available here:"
 echo "  https://dist.apache.org/repos/dist/dev/arrow/${tagrc}";
 echo ""
 echo "Commit SHA1: ${release_hash}"
+echo ""
+echo "The following draft email has been created to send to the "
+echo "d...@arrow.apache.org mailing list"
+echo ""
+
+# Create the email template for the release candidate to be sent to the 
mailing lists.
+MESSAGE=$(cat <<__EOF__
+To: d...@arrow.apache.org
+Subject: [VOTE] Release Apache Arrow JS ${js_version} - RC${rc}
+
+Hello all,
+
+I\'d like to propose the following release candidate (rc${rc}) of Apache Arrow
+JavaScript version ${js_version}.
+
+The source release rc{$rc} is hosted at [1].
+
+This release candidate is based on commit
+${release_hash}
+
+Please download, verify checksums and signatures, run the unit tests, and vote
+on the release. The easiest way is to use the JavaScript-specific release
+verification script dev/release/js-verify-release-candidate.sh.
+
+The vote will be open for at least 24 hours and will close once
+enough PMCs have approved the release.
 
 Review comment:
   We should change the time window in the template to the default "The vote 
will be open for at least 72 hours". The release manager can change this on an 
ad hoc basis if we wish to keep doing faster votes while things are moving 
quickly

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [JS] Print release vote e-mail template when making source release
> ------------------------------------------------------------------
>
>                 Key: ARROW-2293
>                 URL: https://issues.apache.org/jira/browse/ARROW-2293
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: JavaScript
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>
> This would help with streamlining the source release process. See 
> https://github.com/apache/parquet-cpp/blob/master/dev/release/release-candidate
>  for an example



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to