alamb commented on code in PR #3504: URL: https://github.com/apache/arrow-datafusion/pull/3504#discussion_r972894684
########## dev/release/README.md: ########## @@ -389,7 +388,17 @@ Delete a release: svn delete -m "delete old DataFusion release" https://dist.apache.org/repos/dist/release/arrow/arrow-datafusion-7.0.0 ``` -### Write a blog post announcing the release +### Publish the User Guide to the Arrow Site + +- Run the `build.sh` in the `docs` directory from the release tarball. +- Clone the [arrow-site](https://github.com/apache/arrow-site) repository +- Checkout the `asf-site` branch Review Comment: this is key -- I often miss this step which causes pain and suffering -- 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]
