This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new c644149b0 add notes on Apache Reporter (#3893)
c644149b0 is described below
commit c644149b02662ff041c18129caaebbf25d9dac04
Author: Andy Grove <[email protected]>
AuthorDate: Wed Oct 19 12:58:00 2022 -0600
add notes on Apache Reporter (#3893)
---
dev/release/README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev/release/README.md b/dev/release/README.md
index e7db35396..07dd3c4c6 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -357,6 +357,14 @@ https://crates.io/crates/datafusion-row/8.0.0
https://crates.io/crates/datafusion-sql/8.0.0
```
+### Add the release to Apache Reporter
+
+Add the release to https://reporter.apache.org/addrelease.html?arrow with a
version name prefixed with `RS-DATAFUSION-`,
+for example `RS-DATAFUSION-14.0.0`.
+
+The release information is used to generate a template for a board report (see
example
+[here](https://github.com/apache/arrow/pull/14357)).
+
### Delete old RCs and Releases
See the ASF documentation on [when to
archive](https://www.apache.org/legal/release-policy.html#when-to-archive)