lidavidm commented on code in PR #342:
URL: https://github.com/apache/arrow-adbc/pull/342#discussion_r1067522887
##########
docs/source/development/releasing.rst:
##########
@@ -384,4 +378,17 @@ Be sure to go through on the following checklist:
# dev/release/post-07-bump-versions.sh ../arrow 0.1.0 0.2.0
dev/release/post-07-bump-versions.sh <arrow-dir> <version> <next_version>
+.. dropdown:: Publish release blog post
+ :class-title: sd-fs-5
+ :class-container: sd-shadow-md
+
+ Run the script to generate the blog post outline, then fill out the
+ outline and create a PR on `apache/arrow-site
+ <https://github.com/apache/arrow-site>`_.
+
+ .. code-block:: Bash
+
+ # dev/release/post-08-website.sh ../arrow-site 0.0.0 0.1.0
+ dev/release/post-08-website.sh <arrow-site-dir> <prev_version> <version>
Review Comment:
Rebased + updated the filename.
Also changed it to extract API version from the header file.
--
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]