amoeba commented on code in PR #49788:
URL: https://github.com/apache/arrow/pull/49788#discussion_r3111895552
##########
docs/source/developers/release.rst:
##########
@@ -264,13 +264,24 @@ Build source and binaries and submit them
# NOTE: You need to have GitHub CLI installed to run this script.
dev/release/06-matlab-upload.sh <version> <rc-number>
+ # Sign, build the installer for, and sign the installer for the FlightSQL
+ # ODBC Windows driver
+ #
+ # NOTE: This must be run by a PMC member
+ # Note: You need to have jsign installed and an available credential from
+ # ASF to sign artifacts. Not all PMC members will have access to code
+ # signing.
+ # Note: The script requires setup of ssl.com environment variables.
+ # Note: Invoking this script costs money.
+ dev/release/07-flightsqlodbc-upload.sh <version> <rc_number>
Review Comment:
Done in d051f0ba20b3fa58c2ed6fe3e8a931985388c118.
##########
docs/source/developers/release.rst:
##########
@@ -264,13 +264,24 @@ Build source and binaries and submit them
# NOTE: You need to have GitHub CLI installed to run this script.
dev/release/06-matlab-upload.sh <version> <rc-number>
+ # Sign, build the installer for, and sign the installer for the FlightSQL
+ # ODBC Windows driver
+ #
+ # NOTE: This must be run by a PMC member
+ # Note: You need to have jsign installed and an available credential from
+ # ASF to sign artifacts. Not all PMC members will have access to code
+ # signing.
+ # Note: The script requires setup of ssl.com environment variables.
+ # Note: Invoking this script costs money.
+ dev/release/07-flightsqlodbc-upload.sh <version> <rc_number>
+
# Move the Release Candidate GitHub Release from draft to published state
# This will update the artifacts download URL which will be available for
the
# verification step.
- dev/release/07-publish-gh-release.sh <version> <rc-number>
+ dev/release/08-publish-gh-release.sh <version> <rc-number>
# Start verifications for binaries and wheels
- dev/release/08-binary-verify.sh <version> <rc-number>
+ dev/release/09-binary-verify.sh <version> <rc-number>
Review Comment:
Fixed in 07a432865a28058e9209f3e861175417a3c7f553.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]