alamb commented on code in PR #3179:
URL: https://github.com/apache/arrow-datafusion/pull/3179#discussion_r947247193


##########
dev/release/README.md:
##########
@@ -351,3 +351,25 @@ https://crates.io/crates/datafusion-proto/8.0.0
 https://crates.io/crates/datafusion-row/8.0.0
 https://crates.io/crates/datafusion-sql/8.0.0
 ```
+
+### Write a blog post announcing the release
+
+We typically crowdsource release announcements by collaborating on a Google 
document, usually starting
+with a copy of the previous release announcement.
+
+Run the following commands to get the number of commits and number of unique 
contributors for inclusion in the blog post.
+
+```bash
+git log --pretty=oneline 10.0.0..11.0.0 datafusion datafusion-cli 
datafusion-examples | wc -l
+git shortlog -sn 10.0.0..11.0.0 datafusion datafusion-cli datafusion-examples 
| wc -l
+```
+
+Once there is consensus on the contents of the post, create a PR to add a blog 
post to the
+[arrow-site](https://github.com/apache/arrow-site) repository. Note that there 
is no need for a formal

Review Comment:
   👍 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to